Searched refs:GL_INT_SAMPLER_1D (Results 1 - 14 of 14) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
H A D | gl_types.h | 158 #define GL_INT_SAMPLER_1D 0x8DC9 macro
|
H A D | reflection.cpp | 763 return sampler.arrayed ? GL_INT_SAMPLER_1D_ARRAY : GL_INT_SAMPLER_1D; in mapSamplerToGlType()
|
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 102 DECL_TYPE(isampler1D, GL_INT_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_INT) 149 DECL_TYPE(itexture1D, GL_INT_SAMPLER_1D, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_INT)
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderUtil.cpp | 1250 case GL_INT_SAMPLER_1D: return TYPE_INT_SAMPLER_1D; in getDataTypeFromGLType()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 558 #define GL_INT_SAMPLER_1D 0x8DC9 macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 647 #define GL_INT_SAMPLER_1D 0x8DC9 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1083 #define GL_INT_SAMPLER_1D 0x8DC9 macro
|
H A D | glext.h | 965 #define GL_INT_SAMPLER_1D 0x8DC9 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1064 #define GL_INT_SAMPLER_1D 0x8DC9 macro
|
H A D | glext.h | 946 #define GL_INT_SAMPLER_1D 0x8DC9 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 1083 #define GL_INT_SAMPLER_1D 0x8DC9 macro
|
H A D | glext.h | 964 #define GL_INT_SAMPLER_1D 0x8DC9 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 1083 #define GL_INT_SAMPLER_1D 0x8DC9 macro
|
H A D | glext.h | 964 #define GL_INT_SAMPLER_1D 0x8DC9 macro
|
Completed in 278 milliseconds