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

  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 96 driver->GetTexImage = _mesa_meta_GetTexImage;
  /external/mesa3d/src/mesa/main/
debug.c 292 ctx->Driver.GetTexImage(ctx, GL_RGBA, GL_UNSIGNED_BYTE, buffer, img);
texgetimage.c 527 * This is the software fallback for Driver.GetTexImage().
843 ctx->Driver.GetTexImage(ctx, format, type, pixels, texImage);
dd.h 233 void (*GetTexImage)( struct gl_context *ctx,
    [all...]
mipmap.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 331 void (GLAPIENTRY * GetTexImage)(GLenum, GLint, GLenum, GLenum, GLvoid *);
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp 506 PFNGETTEXIMAGEPROC GetTexImage;
    [all...]
opengl.cpp 929 gl::GetTexImage(gl::TEXTURE_2D, 0, format, type, pixels);
    [all...]
gl_core_3_1.hpp     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 97 GetDoublev, and by the <target> parameter of TexImage3D, GetTexImage,
639 void GetTexImage(enum tex, int lod, enum format,
650 GetTexImage obtains... from the first image to the last for
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 847 { "glGetTexImage", _O(GetTexImage) },
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 683 * Called via ctx->Driver.GetTexImage()
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 936 milliseconds