OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RasterPosValid
(Results
1 - 12
of
12
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
drawpix.c
136
if (!ctx->Current.
RasterPosValid
) {
260
if (!ctx->Current.
RasterPosValid
|| width == 0 || height == 0) {
309
if (!ctx->Current.
RasterPosValid
) {
rastpos.c
413
ctx->Current.
RasterPosValid
= GL_FALSE;
419
ctx->Current.
RasterPosValid
= GL_FALSE;
425
ctx->Current.
RasterPosValid
= GL_FALSE;
432
ctx->Current.
RasterPosValid
= GL_FALSE;
512
ctx->Current.
RasterPosValid
= GL_TRUE;
720
ctx->Current.
RasterPosValid
= GL_TRUE;
981
ctx->Current.
RasterPosValid
= GL_TRUE;
mtypes.h
497
GLboolean
RasterPosValid
;
dlist.c
11037
!ctx->Current.
RasterPosValid
||
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
drawpix.c
143
if (!ctx->Current.
RasterPosValid
) {
282
if (!ctx->Current.
RasterPosValid
|| width == 0 || height == 0) {
331
if (!ctx->Current.
RasterPosValid
) {
rastpos.c
419
ctx->Current.
RasterPosValid
= GL_FALSE;
425
ctx->Current.
RasterPosValid
= GL_FALSE;
431
ctx->Current.
RasterPosValid
= GL_FALSE;
438
ctx->Current.
RasterPosValid
= GL_FALSE;
518
ctx->Current.
RasterPosValid
= GL_TRUE;
726
ctx->Current.
RasterPosValid
= GL_TRUE;
987
ctx->Current.
RasterPosValid
= GL_TRUE;
mtypes.h
447
GLboolean
RasterPosValid
;
dlist.c
13879
!ctx->Current.
RasterPosValid
||
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_rasterpos.c
151
ctx->Current.
RasterPosValid
= GL_TRUE;
256
ctx->Current.
RasterPosValid
= GL_FALSE;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_rasterpos.c
148
ctx->Current.
RasterPosValid
= GL_TRUE;
257
ctx->Current.
RasterPosValid
= GL_FALSE;
/xsrc/external/mit/MesaLib/src/mesa/
get_hash.h
456
{ GL_CURRENT_RASTER_POSITION_VALID, CONTEXT_BOOL(Current.
RasterPosValid
), NO_EXTRA },
/xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h
448
{ GL_CURRENT_RASTER_POSITION_VALID, CONTEXT_BOOL(Current.
RasterPosValid
), NO_EXTRA },
Completed in 28 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026