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

1 2 3 4 5 6

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 86 glTexSubImage2D,
  /frameworks/base/libs/hwui/
PixelBuffer.cpp 74 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height,
141 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height, mFormat,
TextureCache.cpp 305 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, format, type, data);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 121 {"glTexSubImage2D", (void*)glTexSubImage2D},
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...]
  /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},
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 172 LOAD_GL_FUNC(glTexSubImage2D);
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);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 87 glTexSubImage2D nullAllowed
  /external/quake/quake/src/WinQuake/
glquake.h 424 #define glTexSubImage2D(...) do { glTexSubImage2D(__VA_ARGS__); GLCHECK("glTexSubImage2D");} while(0)
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 86 interface->fTexSubImage2D = glTexSubImage2D;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 89 interface->fTexSubImage2D = glTexSubImage2D;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 132 interface->fTexSubImage2D = glTexSubImage2D;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 559 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, bitmap.width(), bitmap.height(),
562 glTexSubImage2D(GL_TEXTURE_2D, 0, inval.x(), inval.y(), inval.width(), inval.height(),
566 if (GLUtils::checkGlError("glTexSubImage2D")) {
570 ALOGE("GL ERROR: glTexSubImage2D parameters are : textureId %d,"
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 189 glTexSubImage2D(GL_TEXTURE_2D, 0,
201 glTexSubImage2D(GL_TEXTURE_2D, 0,
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 367 DEF(glTexSubImage2D),
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 92 interface->fTexSubImage2D = glTexSubImage2D;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 166 s_gl.glTexSubImage2D(GL_TEXTURE_2D, 0, x, y,
GLDispatch.h 163 glTexSubImage2D_t glTexSubImage2D;
  /external/quake/quake/src/QW/client/
gl_rsurf.c 450 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, theRect->t,
552 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, theRect->t,
733 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, theRect->t,
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 488 glTexSubImage2D(target,
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 141 interface->fTexSubImage2D = glTexSubImage2D;
  /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);

Completed in 1245 milliseconds

1 2 3 4 5 6