Searched refs:PFNGLGETTEXTURESUBIMAGEPROC (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGetTextureSubImageTests.hpp124 typedef void(GLW_APIENTRY* PFNGLGETTEXTURESUBIMAGEPROC)(glw::GLuint texture, glw::GLint level, glw::GLint xoffset, typedef in class:gl4cts::GetTextureSubImage::Errors
135 PFNGLGETTEXTURESUBIMAGEPROC m_gl_GetTextureSubImage;
227 typedef void(GLW_APIENTRY* PFNGLGETTEXTURESUBIMAGEPROC)(glw::GLuint texture, glw::GLint level, glw::GLint xoffset, typedef in class:gl4cts::GetTextureSubImage::Functional
238 PFNGLGETTEXTURESUBIMAGEPROC m_gl_GetTextureSubImage;
H A Dgl4cGetTextureSubImageTests.cpp227 (PFNGLGETTEXTURESUBIMAGEPROC)m_context.getRenderContext().getProcAddress("glGetTextureSubImage");
762 (PFNGLGETTEXTURESUBIMAGEPROC)m_context.getRenderContext().getProcAddress("glGetTextureSubImage");
/external/mesa3d/include/GL/
H A Dglcorearb.h2773 typedef void (APIENTRYP PFNGLGETTEXTURESUBIMAGEPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels); typedef
H A Dglext.h2721 typedef void (APIENTRYP PFNGLGETTEXTURESUBIMAGEPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels); typedef
/external/swiftshader/include/GL/
H A Dglcorearb.h2773 typedef void (APIENTRYP PFNGLGETTEXTURESUBIMAGEPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels); typedef
H A Dglext.h2721 typedef void (APIENTRYP PFNGLGETTEXTURESUBIMAGEPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels); typedef

Completed in 485 milliseconds