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

  /external/deqp/framework/opengl/
gluProgramInterfaceQuery.cpp 41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::string& dst)
48 gl.getProgramResourceName(program, programInterface, index, (int)buf.size(), DE_NULL, &buf[0]);
83 getProgramResourceName(gl, program, programInterface, index, info.name);
107 getProgramResourceName(gl, program, programInterface, index, info.name);
gluProgramInterfaceQuery.hpp 92 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::string& dst);
93 std::string getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index);
108 inline std::string getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index)
111 getProgramResourceName(gl, program, programInterface, index, name);
gluES3PlusWrapperFuncs.inl 258 dst->getProgramResourceName = src.getProgramResourceName;
gluCallLogWrapper.inl     [all...]
  /external/deqp/doc/testspecs/GLES31/
functional.program_interface_query.txt 39 data. resource_name_query case tests GetProgramResourceName function
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 525 glGetProgramResourceNameFunc getProgramResourceName;
glwInitES31.inl 258 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramResourceName");
glwInitGL43.inl     [all...]
glwInitGL44.inl     [all...]
glwImpl.inl     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 525 gl->getProgramResourceName = glGetProgramResourceName;
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 889 gl.getProgramResourceName(program, programInterface, resourceNdx, maxNameLength, &written, &buffer[0]);
    [all...]
es31fSSBOLayoutCase.cpp     [all...]
es31fProgramInterfaceQueryTestCase.cpp 551 gl.getProgramResourceName(m_programID, interface, propValue, (int)nameBuffer.size() - 1, &written, &nameBuffer[0]);
    [all...]

Completed in 540 milliseconds