HomeSort by relevance Sort by last modified time
    Searched defs:uniformIndices (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles3/functional/
es3fIndexedStateQueryTests.cpp 314 GLuint uniformIndices[2] = {0};
315 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices);
324 glBindBufferBase(GL_UNIFORM_BUFFER, uniformIndices[ndx], buffers[ndx]);
331 glGetIntegeri_v(GL_UNIFORM_BUFFER_BINDING, uniformIndices[ndx], &boundBuffer);
357 GLuint uniformIndices[2] = {0};
358 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices);
375 glBindBufferBase(GL_UNIFORM_BUFFER, uniformIndices[0], buffers[0]);
380 glBindBufferRange(GL_UNIFORM_BUFFER, uniformIndices[1], buffers[1], rangeBufferOffset, rangeBufferSize);
392 { uniformIndices[0], GL_UNIFORM_BUFFER_START, 0 },
393 { uniformIndices[0], GL_UNIFORM_BUFFER_SIZE, 0 }
    [all...]
es3fShaderStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 819 ctx.beginSection("GL_INVALID_VALUE is generated if any value in uniformIndices is greater than or equal to the value of GL_ACTIVE_UNIFORMS for program.");
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 241 milliseconds