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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_color_buffer_float_rgb.txt 35 pair for TexImage2D. The restriction in section 3.7.1 of the OpenGL ES
37 TexImage2D must match is lifted for this case.
45 Accepted by the <internalformat> parameter of TexImage2D:
CHROMIUM_color_buffer_float_rgba.txt 35 parameter pair for TexImage2D. The restriction in section 3.7.1 of the
37 of TexImage2D must match is lifted for this case.
45 Accepted by the <internalformat> parameter of TexImage2D:
CHROMIUM_flipy.txt 20 calling TexImage2D and TexSubImage2D.
78 memory, the pointer supplied to TexImage2D is effectively
CHROMIUM_copy_texture.txt 55 <target> uses the same parameters as TexImage2D.
CHROMIUM_texture_mailbox.txt 56 <target> uses the same parameters as TexImage2D.
79 <target> uses the same parameters as TexImage2D.
  /external/deqp/framework/opengl/simplereference/
sglrContext.cpp 35 void Context::texImage2D (deUint32 target, int level, deUint32 internalFormat, const tcu::Surface& src)
39 texImage2D(target, level, internalFormat, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr());
42 void Context::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int height)
67 texImage2D(target, level, internalFormat, width, height, 0, format, dataType, DE_NULL);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Canvas/
upload-video-to-texture.html 37 description: "This bench test checks the speed on texImage2D(Video) on Webgl.",
62 gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, videoElement);
upload-canvas-2d-to-texture.html 38 gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, canvas2D);
upload-webgl-to-texture.html 42 destCtx.texImage2D(destCtx.TEXTURE_2D, 0, destCtx.RGBA, destCtx.RGBA, destCtx.UNSIGNED_BYTE, sourceCanvas3D);
upload-video-to-sub-texture.html 56 gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, videoElement.videoWidth, videoElement.videoHeight, 0, gl.RGBA, gl.UNSIGNED_BYTE, null);
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 106 public static void texImage2D(int target, int level, int internalformat,
109 throw new NullPointerException("texImage2D can't be used with a null Bitmap");
120 * A version of texImage2D() that takes an explicit type parameter
132 public static void texImage2D(int target, int level, int internalformat,
135 throw new NullPointerException("texImage2D can't be used with a null Bitmap");
146 * A version of texImage2D that determines the internalFormat and type
154 public static void texImage2D(int target, int level, Bitmap bitmap,
157 throw new NullPointerException("texImage2D can't be used with a null Bitmap");
  /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:
116 another item to the list of TexImage2D and TexImage3D equivalence
133 another item to the list of TexImage1D and TexImage2D equivalence
176 INVALID_ENUM is generated by TexImage2D if <internalFormat> is
179 INVALID_ENUM is generated by TexImage2D if <format> is MESA_YCBCR but
182 INVALID_VALUE is generated by TexImage2D if <format> is MESA_YCBCR and
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 63 TexImage2D and TexSubImage2D:
67 Accepted by the <type> parameter of TexImage2D and TexSubImage2D:
116 another item to the list of TexImage2D and TexImage3D equivalence
133 another item to the list of TexImage1D and TexImage2D equivalence
176 INVALID_ENUM is generated by TexImage2D if <internalFormat> is
179 INVALID_ENUM is generated by TexImage2D if <format> is MESA_YCBCR but
182 INVALID_VALUE is generated by TexImage2D if <format> is MESA_YCBCR and
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 166 'TexImage2D',
392 "TexImage2D",
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 166 'TexImage2D',
392 "TexImage2D",
  /external/deqp/framework/opengl/
gluStateReset.cpp 136 gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
161 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
162 gl.texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
163 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
164 gl.texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
165 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
166 gl.texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
621 gl.texImage2D (GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
645 gl.texImage2D (GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
646 gl.texImage2D (GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL)
    [all...]
gluPixelTransfer.hpp 43 void texImage2D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLDrawBuffers.cpp 126 context->texImage2D(GL_TEXTURE_2D, 0, GL_DEPTH_STENCIL_OES, 1, 1, 0, GL_DEPTH_STENCIL_OES, GL_UNSIGNED_INT_24_8_OES, buffer);
132 context->texImage2D(GL_TEXTURE_2D, 0, GL_DEPTH_COMPONENT, 1, 1, 0, GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, buffer);
142 context->texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 1, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, buffer);
WebGLRenderingContextBase.cpp     [all...]
  /external/chromium_org/third_party/angle/extensions/
ANGLE_depth_texture.txt 53 provide the ability to load existing data via TexImage2D or
65 Accepted by the <format> parameter of TexImage2D and TexSubImage2D and
66 <internalformat> parameter of TexImage2D:
71 Accepted by the <type> parameter of TexImage2D, TexSubImage2D:
184 to them. The INVALID_OPERATION error is generated by the TexImage2D
285 for TexImage2D and TexSubImage2D are omitted. Mentions of
308 The error INVALID_OPERATION is generated by TexImage2D if <format> and
315 The error INVALID_OPERATION is generated by TexImage2D if <format> and
322 The error INVALID_OPERATION is generated by TexImage2D if <format> and
329 The error INVALID_OPERATION is generated by TexImage2D if <format> an
    [all...]
EXT_texture_rg.txt 72 Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D,
73 and the <format> parameter of TexImage2D, TexSubImage2D, and ReadPixels:
90 (Add the following to Table 3.3: "TexImage2D and ReadPixels formats")
  /external/chromium_org/content/common/gpu/client/
gl_helper_benchmark.cc 159 context_->texImage2D(GL_TEXTURE_2D,
169 context_->texImage2D(GL_TEXTURE_2D,
259 context_->texImage2D(GL_TEXTURE_2D,
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 230 gl.texImage2D (GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0]);
321 gl.texImage2D(GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0]);
417 gl.texImage2D(GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0]);
501 { "texImage2D", "teximage2d", UPLOAD_TEXIMAGE2D },
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 85 GLUtils.texImage2D(GLES20.GL_TEXTURE_2D, 0, bitmap, 0);
  /external/chromium_org/cc/test/
test_gles2_interface.h 70 virtual void TexImage2D(GLenum target,

Completed in 705 milliseconds

1 2 3 4 5 6 7 8 9