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

1 2 3 4 5 6 7 8

  /external/chromium_org/gpu/command_buffer/tests/
gl_texture_storage_unittests.cc 59 glTexSubImage2D(GL_TEXTURE_2D,
88 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4,
91 glTexSubImage2D(GL_TEXTURE_2D, 1, 0, 0, 2, 2,
105 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 2, 2,
108 glTexSubImage2D(GL_TEXTURE_2D, 1, 0, 0, 1, 1,
111 glTexSubImage2D(GL_TEXTURE_2D, 2, 0, 0, 1, 1,
gl_texture_mailbox_unittests.cc 206 glTexSubImage2D(GL_TEXTURE_2D,
  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 86 glTexSubImage2D,
  /frameworks/base/libs/hwui/
PixelBuffer.cpp 75 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height,
153 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height, mFormat,
  /external/chromium_org/media/tools/shader_bench/
cpu_color_painter.cc 88 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0,
gpu_color_painter.cc 116 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, plane_width, plane_height,
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 121 {"glTexSubImage2D", (void*)glTexSubImage2D},
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_sync.cc 73 glTexSubImage2D(
async_pixel_transfer_manager_egl.cc 55 // Regular glTexSubImage2D call.
57 glTexSubImage2D(
64 // Full glTexSubImage2D call, from glTexImage2D params.
66 glTexSubImage2D(
291 TRACE_EVENT0("gpu", "glTexSubImage2D with data");
342 TRACE_EVENT0("gpu", "glTexSubImage2D");
453 // In practice, they are complete when the CPU glTexSubImage2D completes.
594 // - glTexSubImage2D will sleep for 16ms on a good day, and 100ms
654 // Also, older ICS drivers crash when we do any glTexSubImage2D on the
672 TRACE_EVENT0("gpu", "glTexSubImage2D");
    [all...]
async_pixel_transfer_manager_idle.cc 233 TRACE_EVENT0("gpu", "glTexSubImage2D");
234 glTexSubImage2D(
  /frameworks/native/opengl/tests/finish/
finish.cpp 167 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green);
215 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 150 {"glTexSubImage2D", (void*)glTexSubImage2D},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 160 {"glTexSubImage2D", (void *)glTexSubImage2D},
  /external/chromium_org/webkit/common/gpu/
gl_bindings_skia_cmd_buffer.cc 84 interface->fTexSubImage2D = glTexSubImage2D;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 172 LOAD_GL_FUNC(glTexSubImage2D);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 87 glTexSubImage2D nullAllowed
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 96 interface->fTexSubImage2D = glTexSubImage2D;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 94 interface->fTexSubImage2D = glTexSubImage2D;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 96 interface->fTexSubImage2D = glTexSubImage2D;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 94 interface->fTexSubImage2D = glTexSubImage2D;
  /frameworks/base/services/jni/
com_android_server_AssetAtlasService.cpp 204 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, bitmap->width(), bitmap->height(),
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 189 glTexSubImage2D(GL_TEXTURE_2D, 0,
201 glTexSubImage2D(GL_TEXTURE_2D, 0,
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 127 #define glTexSubImage2D GLES2_GET_FUN(TexSubImage2D)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 142 interface->fTexSubImage2D = glTexSubImage2D;
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 367 DEF(glTexSubImage2D),

Completed in 382 milliseconds

1 2 3 4 5 6 7 8