HomeSort by relevance Sort by last modified time
    Searched defs:TexImage2D (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 945 class TexImage2D : public Operation
948 TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync);
961 TexImage2D::TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync)
962 : Operation ("TexImage2D", useSync, serverSync)
978 void TexImage2D::exec (tcu::ThreadUtil::Thread& t)
988 GLU_CHECK_GLW_CALL(thread.gl, texImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_width, m_height, 0, m_format, m_type, dummyData));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 233 void (GLAPIENTRY * TexImage2D)(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *);

Completed in 279 milliseconds