HomeSort by relevance Sort by last modified time
    Searched full:max_vertex_uniform_vectors (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
context_group_unittest.cc 56 EXPECT_EQ(0u, group_->max_vertex_uniform_vectors());
82 group_->max_vertex_uniform_vectors());
feature_info.h 86 GLint max_vertex_uniform_vectors; member in struct:gpu::gles2::FeatureInfo::Workarounds
context_group.h 108 uint32 max_vertex_uniform_vectors() const { function in class:gpu::gles2::ContextGroup
context_group.cc 239 if (feature_info_->workarounds().max_vertex_uniform_vectors) {
243 feature_info_->workarounds().max_vertex_uniform_vectors));
feature_info.cc 102 workarounds->max_vertex_uniform_vectors = 256;
155 max_vertex_uniform_vectors(0) {
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
ARB_ES2_compatibility.xml 17 <enum name="MAX_VERTEX_UNIFORM_VECTORS" value="0x8DFB"/>
  /external/mesa3d/src/mapi/glapi/gen/
ARB_ES2_compatibility.xml 17 <enum name="MAX_VERTEX_UNIFORM_VECTORS" value="0x8DFB"/>
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_bind_uniform_location.txt 88 (MAX_VERTEX_UNIFORM_VECTORS + MAX_FRAGMENT_UNIFORM_VECTORS) * 4
  /external/deqp/modules/gles2/functional/
es2fImplementationLimitTests.cpp 207 LIMIT_CASE(max_vertex_uniform_vectors, GL_MAX_VERTEX_UNIFORM_VECTORS, GLint, 128);
es2fShaderBuiltinVarTests.cpp 676 { "max_vertex_uniform_vectors", "gl_MaxVertexUniformVectors", GL_MAX_VERTEX_UNIFORM_VECTORS },
es2fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 476 LIMIT_CASE(max_vertex_uniform_vectors, GL_MAX_VERTEX_UNIFORM_VECTORS, GLint, minVertexUniformComponents/4);
es3fShaderBuiltinVarTests.cpp     [all...]
es3fIntegerStateQueryTests.cpp     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 149 GLint max_vertex_uniform_vectors; member in struct:gpu::gles2::GLES2Implementation::GLStaticState::IntState
gles2_implementation.cc 68 max_vertex_uniform_vectors(0),
709 *params = static_state_.int_state.max_vertex_uniform_vectors;
    [all...]
gles2_implementation_unittest.cc 427 int_state.max_vertex_uniform_vectors = kMaxVertexUniformVectors;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 265 const GLenum MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB;
    [all...]
  /external/deqp/android/cts/
com.drawelements.deqp.gles2.xml     [all...]
com.drawelements.deqp.gles3.xml 43 <Test name="max_vertex_uniform_vectors" />
    [all...]
com.drawelements.deqp.gles31.xml     [all...]
es30-mustpass-2014.2.9-2014-10-22.txt 35 dEQP-GLES3.functional.implementation_limits.max_vertex_uniform_vectors
    [all...]
es31-mustpass-2014.2.9-2014-10-22.txt     [all...]

Completed in 649 milliseconds