Searched refs:GL_PREVIOUS (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texstate.c | 55 { GL_TEXTURE, GL_PREVIOUS, GL_CONSTANT, GL_CONSTANT }, 56 { GL_TEXTURE, GL_PREVIOUS, GL_CONSTANT, GL_CONSTANT }, 183 state->SourceRGB[0] = GL_PREVIOUS; in calculate_derived_texenv() 196 state->SourceA[0] = GL_PREVIOUS; in calculate_derived_texenv() 220 state->SourceA[0] = GL_PREVIOUS; in calculate_derived_texenv() 231 state->SourceRGB[0] = GL_PREVIOUS; in calculate_derived_texenv() 285 state->ModeRGB = (state->SourceRGB[0] != GL_PREVIOUS) in calculate_derived_texenv() 287 state->ModeA = (state->SourceA[0] != GL_PREVIOUS) in calculate_derived_texenv() 466 case GL_PREVIOUS: return TEXENV_SRC_PREVIOUS; in tex_combine_translate_source()
|
D | texenv.c | 220 case GL_PREVIOUS: in set_combiner_source()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
D | TextureEnvTest.cpp | 148 GL_PREVIOUS, // src1Rgb in TEST_P() 149 GL_PREVIOUS, // src1Alpha in TEST_P() 274 GL_PREVIOUS, in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | PackedGLEnums_autogen.cpp | 1941 case GL_PREVIOUS: in FromGLenum() 1959 return GL_PREVIOUS; in ToGLenum()
|
/third_party/mesa3d/include/GLES/ |
D | gl.h | 388 #define GL_PREVIOUS 0x8578 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
D | gl.h | 388 #define GL_PREVIOUS 0x8578 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
D | gl.h | 388 #define GL_PREVIOUS 0x8578 macro
|
/third_party/openGLES/api/GLES/ |
D | gl.h | 369 #define GL_PREVIOUS 0x8578 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
D | gl.h | 392 #define GL_PREVIOUS 0x8578 macro
|
/third_party/mesa3d/include/GL/ |
D | gl.h | 1809 #define GL_PREVIOUS 0x8578 macro
|
D | glext.h | 218 #define GL_PREVIOUS 0x8578 macro
|
/third_party/glfw/deps/glad/ |
D | glad.h | 809 #define GL_PREVIOUS 0x8578 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glext.h | 216 #define GL_PREVIOUS 0x8578 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glext.h | 216 #define GL_PREVIOUS 0x8578 macro
|
/third_party/openGLES/api/GL/ |
D | glext.h | 199 #define GL_PREVIOUS 0x8578 macro
|