Searched refs:CopyTexImage2D (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec117 conversions used, so when using for instance CopyTexImage2D with
187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
H A DMESA_texture_array.spec105 CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D,
233 void CopyTexImage2D(enum target, int level,
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1048 class CopyTexImage2D : public Operation class in namespace:deqp::egl::GLES2ThreadTest
1051 CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync);
1065 CopyTexImage2D::CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::CopyTexImage2D
1066 : Operation ("CopyTexImage2D", useSync, serverSync)
1083 void CopyTexImage2D::exec (tcu::ThreadUtil::Thread& t)
2666 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 20, 20, 300, 300, 0, m_config.useFenceSync, m_config.serverSync));
3273 m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 17, 17, 256, 256, 0, m_config.useFenceSync, m_config.serverSync));
3275 m_threads[1]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 17, 17, 256, 256, 0, m_config.useFenceSync, m_config.serverSync));
3428 m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexImage2D(textur
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h374 void (GLAPIENTRY * CopyTexImage2D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint); member in struct:__GLdispatchTableRec
/external/opencv3/modules/core/src/
H A Dgl_core_3_1.cpp519 PFNCOPYTEXIMAGE2DPROC CopyTexImage2D; member in namespace:gl
1097 CopyTexImage2D = (PFNCOPYTEXIMAGE2DPROC)IntGetProcAddress("glCopyTexImage2D");
1098 CopyTexImage2D(target, level, internalformat, x, y, width, height, border);
2507 CopyTexImage2D = Switch_CopyTexImage2D;
H A Dgl_core_3_1.hpp1122 extern void (CODEGEN_FUNCPTR *CopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp890 { "glCopyTexImage2D", _O(CopyTexImage2D) },
/external/mesa3d/include/GL/
H A Dgl_mangle.h312 #define glCopyTexImage2D MANGLE(CopyTexImage2D)
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...

Completed in 422 milliseconds