Searched refs:GL_SAMPLER_EXTERNAL_OES (Results 1 - 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | utilities.cpp | 134 case GL_SAMPLER_EXTERNAL_OES: in VariableComponentType() 323 case GL_SAMPLER_EXTERNAL_OES: in VariableRowCount() 416 case GL_SAMPLER_EXTERNAL_OES: in VariableColumnCount() 491 case GL_SAMPLER_EXTERNAL_OES: in IsSamplerType() 849 case GL_SAMPLER_EXTERNAL_OES: in VariableSortOrder()
|
H A D | uniform_type_info_autogen.cpp | 142 {GL_SAMPLER_EXTERNAL_OES, GL_INT, GL_TEXTURE_EXTERNAL_OES, GL_NONE, GL_NONE, 321 case GL_SAMPLER_EXTERNAL_OES: in GetTypeInfoIndex()
|
H A D | PackedEnums.cpp | 134 case GL_SAMPLER_EXTERNAL_OES:
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glheader.h | 56 #define GL_SAMPLER_EXTERNAL_OES 0x8D66 macro
|
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 135 DECL_TYPE(samplerExternalOES, GL_SAMPLER_EXTERNAL_OES, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_EXTERNAL, 0, 0, GLSL_TYPE_FLOAT) 173 DECL_TYPE(textureExternalOES, GL_SAMPLER_EXTERNAL_OES, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_EXTERNAL, 0, 0, GLSL_TYPE_FLOAT)
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | VariablePacker_test.cpp | 35 GL_SAMPLER_EXTERNAL_OES, // 17
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 44 case GL_SAMPLER_EXTERNAL_OES: in UniformComponentCount() 122 case GL_SAMPLER_EXTERNAL_OES: in UniformComponentType() 172 case GL_SAMPLER_EXTERNAL_OES: in IsSamplerUniform() 217 case GL_SAMPLER_EXTERNAL_OES: in VariableRowCount()
|
H A D | Program.cpp | 1131 case GL_SAMPLER_EXTERNAL_OES: in applyUniforms() 1788 case GL_SAMPLER_EXTERNAL_OES: samplersVS[index].textureType = TEXTURE_EXTERNAL; break; in defineUniform() 1824 case GL_SAMPLER_EXTERNAL_OES: samplersPS[index].textureType = TEXTURE_EXTERNAL; break; in defineUniform()
|
/third_party/skia/third_party/externals/angle2/samples/shader_translator/ |
H A D | shader_translator.cpp | 669 case GL_SAMPLER_EXTERNAL_OES: in PrintVariable() 670 typeName = "GL_SAMPLER_EXTERNAL_OES"; in PrintVariable()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | util.cpp | 288 return GL_SAMPLER_EXTERNAL_OES;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 1831 case GL_SAMPLER_EXTERNAL_OES: in applyUniforms()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 151 return GL_SAMPLER_EXTERNAL_OES; in glVariableType()
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 272 #define GL_SAMPLER_EXTERNAL_OES 0x8D66 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 253 #define GL_SAMPLER_EXTERNAL_OES 0x8D66 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2ext.h | 256 #define GL_SAMPLER_EXTERNAL_OES 0x8D66 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2ext.h | 256 #define GL_SAMPLER_EXTERNAL_OES 0x8D66 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2ext.h | 253 #define GL_SAMPLER_EXTERNAL_OES 0x8D66 macro
|
Completed in 75 milliseconds