HomeSort by relevance Sort by last modified time
    Searched refs:CopyTexImage2D (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 117 conversions used, so when using for instance CopyTexImage2D with
187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
MESA_texture_array.spec 105 CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D,
233 void CopyTexImage2D(enum target, int level,
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 1048 class CopyTexImage2D : public Operation
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)
1066 : Operation ("CopyTexImage2D", useSync, serverSync)
1083 void CopyTexImage2D::exec (tcu::ThreadUtil::Thread& t)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 374 void (GLAPIENTRY * CopyTexImage2D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint);
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp 519 PFNCOPYTEXIMAGE2DPROC CopyTexImage2D;
    [all...]
gl_core_3_1.hpp     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 890 { "glCopyTexImage2D", _O(CopyTexImage2D) },
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 312 #define glCopyTexImage2D MANGLE(CopyTexImage2D)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 295 #define glCopyTexImage2D MANGLE(CopyTexImage2D)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 312 #define glCopyTexImage2D MANGLE(CopyTexImage2D)
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 2371 milliseconds