HomeSort by relevance Sort by last modified time
    Searched refs:glTexSubImage2D (Results 26 - 50 of 195) sorted by null

12 3 4 5 6 7 8

  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 142 interface->fTexSubImage2D = glTexSubImage2D;
  /frameworks/base/libs/hwui/
TextureCache.cpp 312 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, format, type, data);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 166 s_gl.glTexSubImage2D(GL_TEXTURE_2D, 0, x, y,
GLDispatch.h 163 glTexSubImage2D_t glTexSubImage2D;
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 121 glTexSubImage2D_client_proc_t glTexSubImage2D;
330 virtual glTexSubImage2D_client_proc_t set_glTexSubImage2D(glTexSubImage2D_client_proc_t f) { glTexSubImage2D_client_proc_t retval = glTexSubImage2D; glTexSubImage2D = f; return retval;}
    [all...]
gl2_entry.cpp 119 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels);
894 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels)
897 ctx->glTexSubImage2D(ctx, target, level, xoffset, yoffset, width, height, format, type, pixels);
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_share_group.cc 360 TRACE_EVENT0("gpu", "glTexSubImage2D");
361 glTexSubImage2D(GL_TEXTURE_2D,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 770 &glTexSubImage2D,
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 488 glTexSubImage2D(target,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 770 &glTexSubImage2D,
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 149 void (GLAPIENTRY *glTexSubImage2D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 253 glTexSubImage2D(GL_TEXTURE_2D,0,TEX_WIDTH/4,TEX_HEIGHT/4,TEX_WIDTH/8,TEX_HEIGHT/8,GL_RGBA,GL_UNSIGNED_BYTE,pixels);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 645 public void glTexSubImage2D(int target, int level, int xoffset,
648 mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height,
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 363 glTexSubImage2D = 337;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 102 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
GLES20.spec 112 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 150 glTexSubImage2D_client_proc_t glTexSubImage2D;
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 163 glTexSubImage2D_t glTexSubImage2D;
435 glTexSubImage2D_t set_glTexSubImage2D(glTexSubImage2D_t f) { glTexSubImage2D_t retval = glTexSubImage2D; glTexSubImage2D = f; return retval;}
    [all...]
gles.cpp 756 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
758 getDispatch()->glTexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 934 void glTexSubImage2D(
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 600 #define glTexSubImage2D GLES2_GET_FUN(TexSubImage2D)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 677 public void glTexSubImage2D(int target, int level, int xoffset,
680 ((GL10)mGL).glTexSubImage2D( target, level, xoffset,
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 130 void (GLAPIENTRY *GLDispatch::glTexSubImage2D)(GLenum,GLint,GLint,GLint,GLsizei,GLsizei,GLenum,GLenum,const GLvoid *) = NULL;
366 LOAD_GL_FUNC(glTexSubImage2D);

Completed in 2329 milliseconds

12 3 4 5 6 7 8