HomeSort by relevance Sort by last modified time
    Searched full:texsubimage2d (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 196 canvas.texSubImage2D(this, mBorder, mBorder, bitmap, format, type);
236 canvas.texSubImage2D(this, mBorder, mBorder, bitmap, format, type);
241 canvas.texSubImage2D(this, 0, 0, line, format, type);
245 canvas.texSubImage2D(this, 0, 0, line, format, type);
251 canvas.texSubImage2D(this, mBorder + bWidth, 0, line, format, type);
257 canvas.texSubImage2D(this, 0, mBorder + bHeight, line, format, type);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 196 canvas.texSubImage2D(this, mBorder, mBorder, bitmap, format, type);
236 canvas.texSubImage2D(this, mBorder, mBorder, bitmap, format, type);
241 canvas.texSubImage2D(this, 0, 0, line, format, type);
245 canvas.texSubImage2D(this, 0, 0, line, format, type);
251 canvas.texSubImage2D(this, mBorder + bWidth, 0, line, format, type);
257 canvas.texSubImage2D(this, 0, mBorder + bHeight, line, format, type);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 196 canvas.texSubImage2D(this, mBorder, mBorder, bitmap, format, type);
236 canvas.texSubImage2D(this, mBorder, mBorder, bitmap, format, type);
241 canvas.texSubImage2D(this, 0, 0, line, format, type);
245 canvas.texSubImage2D(this, 0, 0, line, format, type);
251 canvas.texSubImage2D(this, mBorder + bWidth, 0, line, format, type);
257 canvas.texSubImage2D(this, 0, mBorder + bHeight, line, format, type);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Canvas/
upload-video-to-sub-texture.html 38 description: "This bench test checks the speed on texSubImage2D(Video) on Webgl.",
64 gl.texSubImage2D(gl.TEXTURE_2D, 0, 0, 0, gl.RGBA, gl.UNSIGNED_BYTE, videoElement);
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_map_sub.txt 30 TexSubImage2D by first copying the user's data to shared memory and then
110 <type> use the exact same parameters as TexSubImage2D. <access> must be
120 Calling this function effectively calls TexSubImage2D with the parameters
136 Other errors are the same errors that would be returned by TexSubImage2D.
CHROMIUM_flipy.txt 20 calling TexImage2D and TexSubImage2D.
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 189 public static void texSubImage2D(int target, int level, int xoffset, int yoffset,
192 throw new NullPointerException("texSubImage2D can't be used with a null Bitmap");
204 * A version of texSubImage2D() that takes an explicit type parameter
214 public static void texSubImage2D(int target, int level, int xoffset, int yoffset,
217 throw new NullPointerException("texSubImage2D can't be used with a null Bitmap");
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 173 'TexSubImage2D',
397 "TexSubImage2D",
  /external/deqp/framework/opengl/simplereference/
sglrContext.cpp 70 void Context::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surface& src)
74 texSubImage2D(target, level, xoffset, yoffset, width, height, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr());
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 173 'TexSubImage2D',
397 "TexSubImage2D",
  /external/chromium_org/ppapi/c/dev/
ppb_gles_chromium_texture_mapping_dev.h 28 // of TexSubImage2D, and define the sub-image region, as well as the format of
  /external/chromium_org/third_party/mesa/src/docs/
MESA_ycbcr_texture.spec 63 TexImage2D and TexSubImage2D:
67 Accepted by the <type> parameter of TexImage2D and TexSubImage2D:
144 TexSubImage2D is YCBCR_MESA then format must be YCBCR_MESA.
185 INVALID_OPERATION is generated by TexSubImage2D if the internal image
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 63 TexImage2D and TexSubImage2D:
67 Accepted by the <type> parameter of TexImage2D and TexSubImage2D:
144 TexSubImage2D is YCBCR_MESA then format must be YCBCR_MESA.
185 INVALID_OPERATION is generated by TexSubImage2D if the internal image
  /external/chromium_org/third_party/angle/extensions/
ANGLE_depth_texture.txt 54 TexSubImage2D. This extension also allows implementation
65 Accepted by the <format> parameter of TexImage2D and TexSubImage2D and
71 Accepted by the <type> parameter of TexImage2D, TexSubImage2D:
212 TexSubImage2D generates the INVALID_OPERATION error if the base internal
285 for TexImage2D and TexSubImage2D are omitted. Mentions of
312 The error INVALID_OPERATION is generated by TexSubImage2D if <format> is
319 The error INVALID_OPERATION is generated by TexSubImage2D if <format> is
326 The error INVALID_OPERATION is generated by TexSubImage2D if <format>
333 The error INVALID_OPERATION is generated by TexSubImage2D if <format>
342 - TexSubImage2D is called with <format> of DEPTH_COMPONENT or
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_textures.cc 210 TexSubImage2D(GL_TEXTURE_2D,
221 TexSubImage2D cmd;
251 TexSubImage2D cmd;
535 TexSubImage2D(GL_TEXTURE_2D,
546 // Consider this TexSubImage2D command part of the previous TexImage2D
549 TexSubImage2D cmd2;
891 TexSubImage2D texsub_cmd;
    [all...]
  /external/deqp/framework/opengl/
gluPixelTransfer.hpp 45 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]
WebGLRenderingContextBase.idl 636 [RaisesException] void texSubImage2D(
640 [RaisesException] void texSubImage2D(
643 [RaisesException] void texSubImage2D(
646 [RaisesException] void texSubImage2D(
649 [RaisesException] void texSubImage2D(
    [all...]
WebGLRenderingContextBase.h 251 void texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
254 void texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
256 void texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
258 void texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
260 void texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
719 TexSubImage2D,
    [all...]
  /external/chromium_org/cc/test/
test_gles2_interface.h 79 virtual void TexSubImage2D(GLenum target,
test_gles2_interface.cc 191 void TestGLES2Interface::TexSubImage2D(GLenum target,
200 test_context_->texSubImage2D(
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 109 GET_PROC(TexSubImage2D);
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 324 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_texSize, m_texSize, m_format, m_type, &m_texData[0]);
420 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_texSize, m_texSize, m_format, m_type, &m_texData[0]);
502 { "texSubImage2D", "texsubimage2d", UPLOAD_TEXSUBIMAGE2D }
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 109 GET_PROC(TexSubImage2D);
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 91 gles2_if_->TexSubImage2D(
100 gles2_if_->TexSubImage2D(
106 gles2_if_->TexSubImage2D(

Completed in 858 milliseconds

1 2 3 4 5 6 7