Home
last modified time | relevance | path

Searched refs:programInterface (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/opengl/
DgluProgramInterfaceQuery.cpp33 …mResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramResourceUint() argument
36 …gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, 1, DE_NULL, (int*)&value… in getProgramResourceUint()
41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface,… in getProgramResourceName() argument
43 const int length = getProgramResourceInt(gl, program, programInterface, index, GL_NAME_LENGTH); in getProgramResourceName()
48 gl.getProgramResourceName(program, programInterface, index, (int)buf.size(), DE_NULL, &buf[0]); in getProgramResourceName()
56 msg << "Empty name returned for " << programInterface << " at index " << index; in getProgramResourceName()
61 …tiveVariables (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramInterfaceActiveVariables() argument
63 …const int numActiveVariables = getProgramResourceInt(gl, program, programInterface, index, GL_NUM_… in getProgramInterfaceActiveVariables()
69 …gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, (int)activeVariables.siz… in getProgramInterfaceActiveVariables()
74 …faceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramInterfaceBlockInfo() argument
[all …]
DgluProgramInterfaceQuery.hpp89 …ResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
90 …esourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
92 …esourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
93 …esourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
95 …faceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
96 …faceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
98 …eVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
99 …eVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
103 …amResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramResourceInt() argument
105 return (int)getProgramResourceUint(gl, program, programInterface, index, queryParam); in getProgramResourceInt()
[all …]
DgluCallLogWrapper.inl1749 void CallLogWrapper::glGetProgramInterfaceiv (glw::GLuint program, glw::GLenum programInterface, gl… argument
1752 …::Message << "glGetProgramInterfaceiv(" << program << ", " << toHex(programInterface) << ", " << t…
1753 m_gl.getProgramInterfaceiv(program, programInterface, pname, params);
1774 …rapper::glGetProgramResourceIndex (glw::GLuint program, glw::GLenum programInterface, const glw::G… argument
1777 …ProgramResourceIndex(" << program << ", " << getProgramInterfaceStr(programInterface) << ", " << g…
1778 glw::GLuint returnValue = m_gl.getProgramResourceIndex(program, programInterface, name);
1784 …per::glGetProgramResourceLocation (glw::GLuint program, glw::GLenum programInterface, const glw::G… argument
1787 …sage << "glGetProgramResourceLocation(" << program << ", " << toHex(programInterface) << ", " << g…
1788 glw::GLint returnValue = m_gl.getProgramResourceLocation(program, programInterface, name);
1794 …glGetProgramResourceLocationIndex (glw::GLuint program, glw::GLenum programInterface, const glw::G… argument
[all …]
DgluCallLogWrapperApi.inl242 void glGetProgramInterfaceiv (glw::GLuint program, glw::GLenum programInterface, glw::GLe…
245 glw::GLuint glGetProgramResourceIndex (glw::GLuint program, glw::GLenum programInterface, c…
246 glw::GLint glGetProgramResourceLocation (glw::GLuint program, glw::GLenum programInterface, …
247 …etProgramResourceLocationIndex (glw::GLuint program, glw::GLenum programInterface, const glw::G…
248 void glGetProgramResourceName (glw::GLuint program, glw::GLenum programInterface, glw::GLu…
249 void glGetProgramResourceiv (glw::GLuint program, glw::GLenum programInterface, glw::GLui…
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp989 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in queryResourceList() local
994 …cu::TestLog::Message << "Querying " << glu::getProgramInterfaceName(programInterface) << " interfa… in queryResourceList()
996 gl.getProgramInterfaceiv(program, programInterface, GL_ACTIVE_RESOURCES, &numActiveResources); in queryResourceList()
997 gl.getProgramInterfaceiv(program, programInterface, GL_MAX_NAME_LENGTH, &maxNameLength); in queryResourceList()
1013 …gl.getProgramResourceName(program, programInterface, resourceNdx, maxNameLength, &written, &buffer… in queryResourceList()
1068 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in verifyResourceIndexQuery() local
1075 …const glw::GLuint index = gl.getProgramResourceIndex(program, programInterface, referenceResources… in verifyResourceIndexQuery()
1104 …const glw::GLuint index = gl.getProgramResourceIndex(program, programInterface, queryString.c_str… in verifyResourceIndexQuery()
1132 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in verifyMaxNameLength() local
1136 gl.getProgramInterfaceiv(program, programInterface, GL_MAX_NAME_LENGTH, &maxNameLength); in verifyMaxNameLength()
[all …]
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl1887 GLW_APICALL void GLW_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLe… argument
1890 DE_UNREF(programInterface);
1913 GLW_APICALL GLuint GLW_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface,… argument
1916 DE_UNREF(programInterface);
1922 …t GLW_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar… argument
1925 DE_UNREF(programInterface);
1931 …_APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GLchar… argument
1934 DE_UNREF(programInterface);
1940 GLW_APICALL void GLW_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GL… argument
1943 DE_UNREF(programInterface);
[all …]
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl1895 void glwGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenum pname, GLint *params) argument
1900 gl->getProgramInterfaceiv(program, programInterface, pname, params);
1919 GLuint glwGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLchar *name) argument
1924 return gl->getProgramResourceIndex(program, programInterface, name);
1927 GLint glwGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name) argument
1932 return gl->getProgramResourceLocation(program, programInterface, name);
1935 GLint glwGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GLchar *na… argument
1940 return gl->getProgramResourceLocationIndex(program, programInterface, name);
1943 void glwGetProgramResourceName (GLuint program, GLenum programInterface, GLuint index, GLsizei bufS… argument
1948 gl->getProgramResourceName(program, programInterface, index, bufSize, length, name);
[all …]
DglwApi.inl902 void glwGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenum pname, GLint …
905 GLuint glwGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLchar *na…
906 GLint glwGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *n…
907 GLint glwGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GLcha…
908 void glwGetProgramResourceName (GLuint program, GLenum programInterface, GLuint index, GLsiz…
909 void glwGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint index, GLsize…
DglwFunctionTypes.inl242 …PIENTRY* glGetProgramInterfaceivFunc) (GLuint program, GLenum programInterface, GLenum pname…
245 …IENTRY* glGetProgramResourceIndexFunc) (GLuint program, GLenum programInterface, const GLchar…
246 …NTRY* glGetProgramResourceLocationFunc) (GLuint program, GLenum programInterface, const GLchar…
247 …* glGetProgramResourceLocationIndexFunc) (GLuint program, GLenum programInterface, const GLchar…
248 …PIENTRY* glGetProgramResourceNameFunc) (GLuint program, GLenum programInterface, GLuint index…
249 …APIENTRY* glGetProgramResourceivFunc) (GLuint program, GLenum programInterface, GLuint index…
/external/skia/include/gpu/gl/
DGrGLFunctions.h214 …YPE* GrGLGetProgramResourceLocationProc)(GrGLuint program, GrGLenum programInterface, const GrGLch…
/external/mesa3d/include/GL/
Dglext.h8732 GLAPI void APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenum pname,…
8733 GLAPI GLuint APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLc…
8734 GLAPI void APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLuint index…
8735 GLAPI void APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint index, …
8736 GLAPI GLint APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const G…
8737 GLAPI GLint APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, co…
8739 typedef void (APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface, G…
8740 …APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar…
8741 typedef void (APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, …
8742 typedef void (APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface, GL…
[all …]