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

1 2 3

  /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
MESA_texture_signed_rgba.spec 187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
MESA_texture_array.spec 104 Accepted by the <target> parameter of TexImage2D, TexSubImage2D,
195 void TexImage2D(enum target, int level,
211 For the purposes of decoding the texture image, TexImage2D is
238 TexImage2D, except that the image data are taken from the framebuffer
366 TexImage2D is executed with target specified as PROXY_TEXTURE_2D or
610 "TexImage3D, TexImage2D, TexImage1D, Histogram, and ColorTable are
    [all...]
  /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
MESA_texture_signed_rgba.spec 187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
MESA_texture_array.spec 104 Accepted by the <target> parameter of TexImage2D, TexSubImage2D,
195 void TexImage2D(enum target, int level,
211 For the purposes of decoding the texture image, TexImage2D is
238 TexImage2D, except that the image data are taken from the framebuffer
366 TexImage2D is executed with target specified as PROXY_TEXTURE_2D or
610 "TexImage3D, TexImage2D, TexImage1D, Histogram, and ColorTable are
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 105 GET_PROC(TexImage2D);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 105 GET_PROC(TexImage2D);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 140 OP(TexImage2D) /* 383 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 144 GET_PROC(TexImage2D);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 131 GR_GL_GET_PROC(TexImage2D)
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 144 GET_PROC(TexImage2D);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 131 GR_GL_GET_PROC(TexImage2D)
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc     [all...]
gles2_interface_stub_impl_autogen.h 336 void GLES2InterfaceStub::TexImage2D(
gles2_implementation.cc     [all...]
  /external/chromium_org/gpu/command_buffer/service/
test_helper.cc 122 EXPECT_CALL(*gl, TexImage2D(faces[ii], 0, GL_RGBA, 1, 1, 0, GL_RGBA,
128 EXPECT_CALL(*gl, TexImage2D(target, 0, GL_RGBA, 1, 1, 0, GL_RGBA,
gles2_cmd_decoder_unittest_base.cc 417 EXPECT_CALL(*gl_, TexImage2D(
786 EXPECT_CALL(*gl_, TexImage2D(target, level, internal_format,
793 cmds::TexImage2D cmd;
836 EXPECT_CALL(*gl_, TexImage2D(target, level, internal_format,
844 cmds::TexImage2D cmd;
    [all...]
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_decoder_factories.cc 160 gles2->TexImage2D(texture_target, 0, GL_RGBA, size.width(), size.height(),
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 122 #define glTexImage2D GLES2_GET_FUN(TexImage2D)
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 123 SET_PROC(TexImage2D)
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 123 SET_PROC(TexImage2D)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 548 void TexImage2D(
553 context_id)->TexImage2D(
951 &TexImage2D,
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 314 gles2_if_->TexImage2D(
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 558 gles2_if_->TexImage2D(

Completed in 957 milliseconds

1 2 3