HomeSort by relevance Sort by last modified time
    Searched full:getuniformindices (Results 1 - 25 of 30) sorted by null

1 2

  /external/mesa3d/src/mapi/glapi/gen/
ARB_uniform_buffer_object.xml 42 <function name="GetUniformIndices" es2="3.0">
static_data.py 947 "GetUniformIndices",
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 158 dst->getUniformIndices = src.getUniformIndices;
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 384 glGetUniformIndicesFunc getUniformIndices;
    [all...]
glwInitES30Direct.inl 134 gl->getUniformIndices = &glGetUniformIndices;
glwInitES30.inl 134 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
glwInitES31Direct.inl 158 gl->getUniformIndices = &glGetUniformIndices;
glwInitES32Direct.inl 183 gl->getUniformIndices = &glGetUniformIndices;
glwInitES31.inl 158 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
glwInitES32.inl 183 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
    [all...]
glwInitGL31.inl 141 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
glwInitGL32.inl 153 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
glwInitGL33.inl 164 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
glwInitGL40.inl 184 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
    [all...]
glwInitGL41.inl 199 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
    [all...]
glwInitGL42.inl 207 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
    [all...]
glwInitGL43.inl 229 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
    [all...]
glwInitGL44.inl 238 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
    [all...]
glwInitGL45.inl 293 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
    [all...]
glwInitGL46.inl 293 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 384 gl->getUniformIndices = glGetUniformIndices;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.hpp 776 void GetUniformIndices(glw::GLsizei count, const glw::GLchar** names, glw::GLuint* indices) const;
793 static void GetUniformIndices(const glw::Functions& gl, glw::GLuint program_id, glw::GLsizei count,
    [all...]
gl4cEnhancedLayoutsTests.cpp 1194 program.GetUniformIndices(static_cast<glw::GLsizei>(size), &names[0], &indices[0]);
    [all...]
gl4cGPUShaderFP64Tests.cpp     [all...]

Completed in 601 milliseconds

1 2