Searched refs:GL_SAMPLER_2D (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/angle/src/common/
H A Dutilities.cpp47 case GL_SAMPLER_2D:
153 case GL_SAMPLER_2D:
201 case GL_SAMPLER_2D:
254 case GL_SAMPLER_2D:
415 case GL_SAMPLER_2D:
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.h56 DCHECK(type == GL_SAMPLER_2D || type == GL_SAMPLER_CUBE ||
59 case GL_SAMPLER_2D:
H A Dprogram_manager.h67 return type == GL_SAMPLER_2D || type == GL_SAMPLER_2D_RECT_ARB ||
H A Dgles2_cmd_decoder_unittest_base.h494 static const GLenum kUniform1Type = GL_SAMPLER_2D;
H A Dtexture_manager.h657 case GL_SAMPLER_2D:
H A Dprogram_manager.cc188 case GL_SAMPLER_2D:
311 case GL_SAMPLER_2D:
H A Dtest_helper.cc424 case GL_SAMPLER_2D:
H A Dprogram_manager_unittest.cc1372 GL_SAMPLER_2D,
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dutil.cpp144 case EbtSampler2D: return GL_SAMPLER_2D;
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A DVariablePacker_test.cpp28 GL_SAMPLER_2D, // 15
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dbuiltin_types.h59 glsl_type(GL_SAMPLER_2D, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_FLOAT,
/external/mesa3d/src/glsl/
H A Dbuiltin_types.h59 glsl_type(GL_SAMPLER_2D, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_FLOAT,
/external/chromium_org/third_party/angle/samples/translator/
H A Dtranslator.cpp342 case GL_SAMPLER_2D: typeName = "GL_SAMPLER_2D"; break;
/external/deqp/framework/opengl/
H A DgluShaderUtil.cpp622 case GL_SAMPLER_2D: return TYPE_SAMPLER_2D;
H A DgluStrUtil.inl905 case GL_SAMPLER_2D: return "GL_SAMPLER_2D";
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc513 case GL_SAMPLER_2D:
/external/deqp/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp1007 case GL_SAMPLER_2D:
1099 case GL_SAMPLER_2D:
1970 sampler2dBindingTestGroup->addChild(new SamplerBindingRenderCase(m_context, test.name.c_str(), ("Sampler2D layout binding with " + test.descPostfix).c_str(), test.shaderType, test.testType, GL_SAMPLER_2D, GL_TEXTURE_2D));
1990 negativeSampler2dBindingTestGroup->addChild(new SamplerBindingNegativeCase(m_context, test.name.c_str(), ("Invalid sampler2d layout binding using " + test.descPostfix).c_str(), test.shaderType, test.testType, test.errorType, GL_SAMPLER_2D));
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h392 #define GL_SAMPLER_2D 0x8B5E macro
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h322 #define GL_SAMPLER_2D 0x8B5E macro
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h392 #define GL_SAMPLER_2D 0x8B5E macro
/external/mesa3d/include/GLES2/
H A Dgl2.h392 #define GL_SAMPLER_2D 0x8B5E macro
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h389 #define GL_SAMPLER_2D 0x8B5E macro
/external/chromium_org/third_party/angle/include/GLES3/
H A Dgl3.h416 #define GL_SAMPLER_2D 0x8B5E macro
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgramBinary.cpp44 case GL_SAMPLER_2D:
/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1341 { "sampler2D", "", "highp", "", "float(texture2D(uniformValue, vec2(0.0, 0.0)).r)", GL_SAMPLER_2D, 1, GL_FALSE },

Completed in 670 milliseconds

12