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

  /external/chromium_org/gpu/command_buffer/service/
context_group_unittest.cc 54 EXPECT_EQ(0u, group_->max_fragment_uniform_vectors());
78 group_->max_fragment_uniform_vectors());
feature_info.h 84 GLint max_fragment_uniform_vectors; member in struct:gpu::gles2::FeatureInfo::Workarounds
context_group.h 100 uint32 max_fragment_uniform_vectors() const { function in class:gpu::gles2::ContextGroup
context_group.cc 228 if (feature_info_->workarounds().max_fragment_uniform_vectors) {
232 feature_info_->workarounds().max_fragment_uniform_vectors));
feature_info.cc 98 workarounds->max_fragment_uniform_vectors = 32;
153 max_fragment_uniform_vectors(0),
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
ARB_ES2_compatibility.xml 19 <enum name="MAX_FRAGMENT_UNIFORM_VECTORS" value="0x8DFD"/>
  /external/mesa3d/src/mapi/glapi/gen/
ARB_ES2_compatibility.xml 19 <enum name="MAX_FRAGMENT_UNIFORM_VECTORS" value="0x8DFD"/>
  /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 212 LIMIT_CASE(max_fragment_uniform_vectors, GL_MAX_FRAGMENT_UNIFORM_VECTORS, GLint, 16);
es2fShaderBuiltinVarTests.cpp 677 { "max_fragment_uniform_vectors", "gl_MaxFragmentUniformVectors", GL_MAX_FRAGMENT_UNIFORM_VECTORS },
es2fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 483 LIMIT_CASE(max_fragment_uniform_vectors, GL_MAX_FRAGMENT_UNIFORM_VECTORS, GLint, minFragmentUniformComponents/4);
es3fShaderBuiltinVarTests.cpp     [all...]
es3fIntegerStateQueryTests.cpp     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 142 GLint max_fragment_uniform_vectors; member in struct:gpu::gles2::GLES2Implementation::GLStaticState::IntState
gles2_implementation.cc 61 max_fragment_uniform_vectors(0),
688 *params = static_state_.int_state.max_fragment_uniform_vectors;
    [all...]
gles2_implementation_unittest.cc 420 int_state.max_fragment_uniform_vectors = kMaxFragmentUniformVectors;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 270 const GLenum MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD;
    [all...]
  /external/deqp/android/cts/
com.drawelements.deqp.gles2.xml     [all...]
com.drawelements.deqp.gles3.xml 48 <Test name="max_fragment_uniform_vectors" />
    [all...]
com.drawelements.deqp.gles31.xml     [all...]
es30-mustpass-2014.2.9-2014-10-22.txt 40 dEQP-GLES3.functional.implementation_limits.max_fragment_uniform_vectors
    [all...]
es31-mustpass-2014.2.9-2014-10-22.txt     [all...]

Completed in 1317 milliseconds