Home
last modified time | relevance | path

Searched refs:GL_COMBINE_ALPHA (Results 1 – 17 of 17) sorted by relevance

/external/angle/src/tests/gl_tests/gles1/
DTextureEnvTest.cpp62 glGetTexEnvfv(GL_TEXTURE_ENV, GL_COMBINE_ALPHA, actualParams); in verifyEnvironment()
185 glTexEnvf(GL_TEXTURE_ENV, GL_COMBINE_ALPHA, 0.0f); in TEST_P()
214 glTexEnvf(GL_TEXTURE_ENV, GL_COMBINE_ALPHA, (GLfloat)GL_DOT3_RGB); in TEST_P()
216 glTexEnvf(GL_TEXTURE_ENV, GL_COMBINE_ALPHA, (GLfloat)GL_DOT3_RGBA); in TEST_P()
331 glTexEnvi(GL_TEXTURE_ENV, GL_COMBINE_ALPHA, combineAlpha); in TEST_P()
/external/mesa3d/src/mesa/main/
Des1_conversion.c334 pname != GL_COMBINE_ALPHA && in _mesa_GetTexEnvxv()
374 case GL_COMBINE_ALPHA: in _mesa_GetTexEnvxv()
776 case GL_COMBINE_ALPHA: in _mesa_TexEnvx()
821 case GL_COMBINE_ALPHA: in _mesa_TexEnvxv()
Dtexenv.c158 case GL_COMBINE_ALPHA: in set_combiner_mode()
429 case GL_COMBINE_ALPHA: in _mesa_texenvfv_indexed()
646 case GL_COMBINE_ALPHA: in get_texenvi()
Dglthread_marshal.h244 case GL_COMBINE_ALPHA: in _mesa_texenv_enum_to_count()
Dattrib.c857 _mesa_TexEnvi(GL_TEXTURE_ENV, GL_COMBINE_ALPHA, in pop_texture_group()
/external/mesa3d/src/glx/tests/
Denum_sizes.cpp312 EXPECT_EQ(1, __glTexEnvfv_size(GL_COMBINE_ALPHA)); in TEST()
344 case GL_COMBINE_ALPHA: in TEST()
/external/angle/src/common/
DPackedGLEnums_autogen.cpp1649 case GL_COMBINE_ALPHA: in FromGLenum()
1697 return GL_COMBINE_ALPHA; in ToGLenum()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h525 #define GL_COMBINE_ALPHA 0x8572 macro
/external/swiftshader/include/GLES/
Dgl.h382 #define GL_COMBINE_ALPHA 0x8572 macro
/external/mesa3d/include/GLES/
Dgl.h382 #define GL_COMBINE_ALPHA 0x8572 macro
/external/angle/include/GLES/
Dgl.h386 #define GL_COMBINE_ALPHA 0x8572 macro
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.cpp3714 case GL_COMBINE_ALPHA: in TexEnvfv()
3969 case GL_COMBINE_ALPHA: in TexEnvi()
/external/mesa3d/include/GL/
Dgl.h1792 #define GL_COMBINE_ALPHA 0x8572 macro
Dglext.h199 #define GL_COMBINE_ALPHA 0x8572 macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h1349 #define GL_COMBINE_ALPHA 0x8572 macro
/external/swiftshader/include/GL/
Dglext.h197 #define GL_COMBINE_ALPHA 0x8572 macro
/external/crosvm/gpu_renderer/src/generated/
Depoxy_egl.rs3116 pub const GL_COMBINE_ALPHA: u32 = 34162; constant