Searched refs:GL_SAMPLER_CUBE (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.h55 DCHECK(type == GL_SAMPLER_2D || type == GL_SAMPLER_CUBE ||
60 case GL_SAMPLER_CUBE:
H A Dprogram_manager.h50 type == GL_SAMPLER_CUBE || type == GL_SAMPLER_EXTERNAL_OES;
H A Dtexture_manager.h636 case GL_SAMPLER_CUBE:
H A Dgles2_cmd_decoder_unittest_base.h475 static const GLenum kUniformCubemapType = GL_SAMPLER_CUBE;
H A Dtest_helper.cc321 case GL_SAMPLER_CUBE:
H A Dprogram_manager.cc231 case GL_SAMPLER_CUBE:
H A Dprogram_manager_unittest.cc1023 GL_SAMPLER_CUBE,
H A Dgles2_cmd_decoder.cc1471 DCHECK(type == GL_SAMPLER_2D || type == GL_SAMPLER_CUBE ||
1476 case GL_SAMPLER_CUBE:
5263 GL_SAMPLER_CUBE,
5445 type == GL_SAMPLER_CUBE || type == GL_SAMPLER_EXTERNAL_OES) {
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A Dutilities.cpp24 case GL_SAMPLER_CUBE:
69 case GL_SAMPLER_CUBE:
124 case GL_SAMPLER_CUBE:
149 case GL_SAMPLER_CUBE:
H A DProgramBinary.cpp611 targetUniform->type == GL_SAMPLER_CUBE)
962 targetUniform->type == GL_SAMPLER_CUBE)
2083 constant.type == GL_SAMPLER_CUBE)
2094 mSamplersVS[samplerIndex].textureType = (constant.type == GL_SAMPLER_CUBE) ? TEXTURE_CUBE : TEXTURE_2D;
2109 mSamplersPS[samplerIndex].textureType = (constant.type == GL_SAMPLER_CUBE) ? TEXTURE_CUBE : TEXTURE_2D;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dbuiltin_types.h61 glsl_type(GL_SAMPLER_CUBE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT,
/external/mesa3d/src/glsl/
H A Dbuiltin_types.h61 glsl_type(GL_SAMPLER_CUBE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc513 case GL_SAMPLER_CUBE:
/external/chromium_org/third_party/angle_dx11/include/GLES2/
H A Dgl2.h393 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h394 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h393 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/mesa3d/include/GLES2/
H A Dgl2.h393 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h390 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DOutputHLSL.cpp3056 return GL_SAMPLER_CUBE;
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DRenderer11.cpp1429 if (uniform->type != GL_SAMPLER_2D && uniform->type != GL_SAMPLER_CUBE)
H A DRenderer9.cpp1701 case GL_SAMPLER_CUBE:
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h496 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglext.h428 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/mesa3d/include/GL/
H A Dglext.h428 #define GL_SAMPLER_CUBE 0x8B60 macro

Completed in 426 milliseconds