Searched refs:GL_SAMPLER_1D (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 89 DECL_TYPE(sampler, GL_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_VOID) 90 DECL_TYPE(sampler1D, GL_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_FLOAT) 137 DECL_TYPE(texture1D, GL_SAMPLER_1D, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_FLOAT) 176 DECL_TYPE(vtexture1D, GL_SAMPLER_1D, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_VOID)
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | gl_types.h | 105 #define GL_SAMPLER_1D 0x8B5D macro
|
H A D | reflection.cpp | 708 case false: return sampler.arrayed ? GL_SAMPLER_1D_ARRAY : GL_SAMPLER_1D; in mapSamplerToGlType()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderUtil.cpp | 1235 case GL_SAMPLER_1D: return TYPE_SAMPLER_1D; in getDataTypeFromGLType()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 434 #define GL_SAMPLER_1D 0x8B5D macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1090 #define GL_SAMPLER_1D 0x8B5D macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 749 #define GL_SAMPLER_1D 0x8B5D macro
|
H A D | glext.h | 620 #define GL_SAMPLER_1D 0x8B5D macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 730 #define GL_SAMPLER_1D 0x8B5D macro
|
H A D | glext.h | 601 #define GL_SAMPLER_1D 0x8B5D macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 749 #define GL_SAMPLER_1D 0x8B5D macro
|
H A D | glext.h | 619 #define GL_SAMPLER_1D 0x8B5D macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 749 #define GL_SAMPLER_1D 0x8B5D macro
|
H A D | glext.h | 619 #define GL_SAMPLER_1D 0x8B5D macro
|
Completed in 254 milliseconds