Searched refs:GL_INT_IMAGE_1D_ARRAY (Results 1 - 13 of 13) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
H A D | gl_types.h | 201 #define GL_INT_IMAGE_1D_ARRAY 0x905D macro
|
H A D | reflection.cpp | 843 return sampler.arrayed ? GL_INT_IMAGE_1D_ARRAY : GL_INT_IMAGE_1D; in mapSamplerToGlType()
|
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 200 DECL_TYPE(iimage1DArray, GL_INT_IMAGE_1D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_INT) 222 DECL_TYPE(i64image1DArray, GL_INT_IMAGE_1D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_INT64)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 1003 #define GL_INT_IMAGE_1D_ARRAY 0x905D macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderImageLoadStoreTests.cpp | 1002 return GL_INT_IMAGE_1D_ARRAY; in ImageType()
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2159 #define GL_INT_IMAGE_1D_ARRAY 0x905D macro
|
H A D | glext.h | 2107 #define GL_INT_IMAGE_1D_ARRAY 0x905D macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2140 #define GL_INT_IMAGE_1D_ARRAY 0x905D macro
|
H A D | glext.h | 2088 #define GL_INT_IMAGE_1D_ARRAY 0x905D macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2196 #define GL_INT_IMAGE_1D_ARRAY 0x905D macro
|
H A D | glext.h | 2143 #define GL_INT_IMAGE_1D_ARRAY 0x905D macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2196 #define GL_INT_IMAGE_1D_ARRAY 0x905D macro
|
H A D | glext.h | 2143 #define GL_INT_IMAGE_1D_ARRAY 0x905D macro
|
Completed in 270 milliseconds