OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BindToTextureRGB
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/egl/main/
eglconfig.h
70
EGLint
BindToTextureRGB
;
118
ATTRIB_MAP(EGL_BIND_TO_TEXTURE_RGB,
BindToTextureRGB
);
eglconfig.c
409
if (conf->
BindToTextureRGB
|| conf->BindToTextureRGBA)
/external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c
306
conf->
BindToTextureRGB
= EGL_TRUE;
/external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c
209
base.
BindToTextureRGB
= bind_to_texture_rgb;
[
all
...]
Completed in 463 milliseconds