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

12

/external/chromium_org/third_party/angle/src/common/
H A Dutilities.cpp49 case GL_SAMPLER_CUBE:
155 case GL_SAMPLER_CUBE:
203 case GL_SAMPLER_CUBE:
256 case GL_SAMPLER_CUBE:
416 case GL_SAMPLER_CUBE:
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.h56 DCHECK(type == GL_SAMPLER_2D || type == GL_SAMPLER_CUBE ||
61 case GL_SAMPLER_CUBE:
H A Dprogram_manager.h68 type == GL_SAMPLER_CUBE || type == GL_SAMPLER_EXTERNAL_OES;
H A Dgles2_cmd_decoder_unittest_base.h498 static const GLenum kUniformCubemapType = GL_SAMPLER_CUBE;
H A Dtexture_manager.h659 case GL_SAMPLER_CUBE:
H A Dprogram_manager.cc190 case GL_SAMPLER_CUBE:
312 case GL_SAMPLER_CUBE:
H A Dtest_helper.cc425 case GL_SAMPLER_CUBE:
H A Dprogram_manager_unittest.cc1373 GL_SAMPLER_CUBE,
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dutil.cpp146 case EbtSamplerCube: return GL_SAMPLER_CUBE;
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A DVariablePacker_test.cpp29 GL_SAMPLER_CUBE, // 16
/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/third_party/angle/samples/translator/
H A Dtranslator.cpp343 case GL_SAMPLER_CUBE: typeName = "GL_SAMPLER_CUBE"; break;
/external/deqp/framework/opengl/
H A DgluShaderUtil.cpp623 case GL_SAMPLER_CUBE: return TYPE_SAMPLER_CUBE;
H A DgluStrUtil.inl907 case GL_SAMPLER_CUBE: return "GL_SAMPLER_CUBE";
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc517 case GL_SAMPLER_CUBE:
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h393 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h323 #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/include/GLES3/
H A Dgl3.h417 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgramBinary.cpp53 case GL_SAMPLER_CUBE:
/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1342 { "samplerCube", "", "highp", "", "float(textureCube(uniformValue, vec3(0.0, 0.0, 0.0)).r)", GL_SAMPLER_CUBE, 1, GL_FALSE },
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl483 #define GL_SAMPLER_CUBE 0x8B60

Completed in 336 milliseconds

12