OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexShift
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
pixeltransfer.c
198
GLint shift = ctx->Pixel.
IndexShift
;
252
if (ctx->Pixel.
IndexShift
!= 0 || ctx->Pixel.IndexOffset != 0) {
254
GLint shift = ctx->Pixel.
IndexShift
;
pixel.c
528
if (ctx->Pixel.
IndexShift
== (GLint) param)
531
ctx->Pixel.
IndexShift
= (GLint) param;
633
if (ctx->Pixel.
IndexShift
|| ctx->Pixel.IndexOffset)
706
ctx->Pixel.
IndexShift
= 0;
readpix.c
605
const GLboolean stencilTransfer = ctx->Pixel.
IndexShift
mtypes.h
1046
GLint
IndexShift
, IndexOffset;
[
all
...]
pack.c
[
all
...]
get.c
[
all
...]
/external/mesa3d/src/mesa/main/
pixeltransfer.c
198
GLint shift = ctx->Pixel.
IndexShift
;
252
if (ctx->Pixel.
IndexShift
!= 0 || ctx->Pixel.IndexOffset != 0) {
254
GLint shift = ctx->Pixel.
IndexShift
;
pixel.c
528
if (ctx->Pixel.
IndexShift
== (GLint) param)
531
ctx->Pixel.
IndexShift
= (GLint) param;
633
if (ctx->Pixel.
IndexShift
|| ctx->Pixel.IndexOffset)
706
ctx->Pixel.
IndexShift
= 0;
readpix.c
605
const GLboolean stencilTransfer = ctx->Pixel.
IndexShift
mtypes.h
1046
GLint
IndexShift
, IndexOffset;
[
all
...]
pack.c
[
all
...]
get.c
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c
[
all
...]
/external/mesa3d/src/mesa/drivers/common/
meta.c
[
all
...]
Completed in 331 milliseconds