Searched defs:programInterface (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluProgramInterfaceQuery.cpp | 33 …rogramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint3… in getProgramResourceUint() 41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface,… in getProgramResourceName() 61 …aceActiveVariables (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint3… in getProgramInterfaceActiveVariables() 74 …InterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint3… in getProgramInterfaceBlockInfo() 86 …erfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint3… in getProgramInterfaceVariableInfo()
|
D | gluProgramInterfaceQuery.hpp | 103 …ProgramResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint3… in getProgramResourceInt() 108 …rogramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint3… in getProgramResourceName() 115 …InterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint3… in getProgramInterfaceBlockInfo() 122 …erfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint3… in getProgramInterfaceVariableInfo()
|
D | gluCallLogWrapper.inl | 1749 void CallLogWrapper::glGetProgramInterfaceiv (glw::GLuint program, glw::GLenum programInterface, gl… 1774 …llLogWrapper::glGetProgramResourceIndex (glw::GLuint program, glw::GLenum programInterface, const … 1784 …ogWrapper::glGetProgramResourceLocation (glw::GLuint program, glw::GLenum programInterface, const … 1794 …pper::glGetProgramResourceLocationIndex (glw::GLuint program, glw::GLenum programInterface, const … 1804 void CallLogWrapper::glGetProgramResourceName (glw::GLuint program, glw::GLenum programInterface, g… 1811 void CallLogWrapper::glGetProgramResourceiv (glw::GLuint program, glw::GLenum programInterface, glw…
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTests.cpp | 989 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in queryResourceList() local 1068 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in verifyResourceIndexQuery() local 1132 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in verifyMaxNameLength() local 1788 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTER… in iterate() local 2058 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in iterate() local 4709 …const ProgramInterface programInterface = (storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in generateBufferBackedInterfaceResourceBasicBlockTypes() local 4759 …const ProgramInterface programInterface = (storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in generateBufferBackedInterfaceResourceBufferBindingCases() local 4791 …const ProgramInterface programInterface = (Storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in generateBufferBlockReferencedByShaderSingleBlockContentCases() local 5368 …haredPtr& parentStructure, tcu::TestCaseGroup* targetGroup, ProgramInterface programInterface, con… in addProgramInputOutputResourceListCase() 5388 …haredPtr& parentStructure, tcu::TestCaseGroup* targetGroup, ProgramInterface programInterface, con… in addProgramInputOutputResourceTestCase()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 1887 GLW_APICALL void GLW_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLe… 1913 GLW_APICALL GLuint GLW_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface,… 1922 …GLint GLW_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GL… 1931 … GLW_APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GL… 1940 GLW_APICALL void GLW_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GL… 1951 GLW_APICALL void GLW_APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLui…
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 1895 void glwGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenum pname, GLint *params) 1919 GLuint glwGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLchar *name) 1927 GLint glwGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name) 1935 GLint glwGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GLchar *na… 1943 void glwGetProgramResourceName (GLuint program, GLenum programInterface, GLuint index, GLsizei bufS… 1951 void glwGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint index, GLsizei propCo…
|