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

  /frameworks/rs/driver/
rsdGL.h 57 int32_t maxVertexUniformVectors;
rsdGL.cpp 147 ALOGV("MAX Uniforms %i, %i", dc->gl.gl.maxVertexUniformVectors,
381 glGetIntegerv(GL_MAX_VERTEX_UNIFORM_VECTORS, &dc->gl.gl.maxVertexUniformVectors);
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 257 "MaxVertexUniformVectors 128\n"
413 else if (strcmp(token, "MaxVertexUniformVectors") == 0)
414 Resources.maxVertexUniformVectors = value;
  /external/deqp/external/vulkancts/framework/vulkan/
vkGlslToSpirV.cpp 122 builtin->maxVertexUniformVectors = 128;

Completed in 283 milliseconds