OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texel
(Results
51 - 54
of
54
) sorted by null
1
2
3
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c
[
all
...]
/frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp
437
uint32_t
texel
= 0x80808080;
local
439
glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 1, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, &
texel
);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.c
1082
GLubyte
texel
= (message[srcRow][srcCol]=='X') ? 255 : 70;
1084
*imgPtr++ =
texel
;
[
all
...]
/external/mesa3d/src/mesa/main/
teximage.c
1082
GLubyte
texel
= (message[srcRow][srcCol]=='X') ? 255 : 70;
1084
*imgPtr++ =
texel
;
[
all
...]
Completed in 782 milliseconds
1
2
3