HomeSort by relevance Sort by last modified time
    Searched refs:getProgramResourceLocation (Results 1 - 15 of 15) sorted by null

  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 136 dst->getProgramResourceLocation = src.getProgramResourceLocation;
gluCallLogWrapper.inl     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES31Direct.inl 136 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
glwFunctions.inl 246 glGetProgramResourceLocationFunc getProgramResourceLocation;
    [all...]
glwInitES32Direct.inl 157 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
glwInitES31.inl 136 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
glwInitES32.inl 157 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
    [all...]
glwInitGL43.inl 194 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
    [all...]
glwInitGL44.inl 203 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
    [all...]
glwInitGL45.inl 243 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
    [all...]
glwImpl.inl     [all...]
  /external/skia/src/gpu/gl/
GrGLTestInterface.cpp 203 fFunctions.fGetProgramResourceLocation = bind_to_member(this, &GrGLTestInterface::getProgramResourceLocation);
GrGLTestInterface.h 208 virtual GrGLint getProgramResourceLocation(GrGLuint program, GrGLenum programInterface, const GrGLchar *name) { return 0; }
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 246 gl->getProgramResourceLocation = glGetProgramResourceLocation;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp     [all...]

Completed in 205 milliseconds