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

1 2

  /external/chromium_org/third_party/mesa/src/docs/
MESA_ycbcr_texture.spec 188 INVALID_OPERATION is generated by CopyTexSubImage2D if the internal
MESA_texture_array.spec 105 CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D,
251 CopyTexSubImage2D must be one of TEXTURE_2D, TEXTURE_1D_ARRAY_EXT,
    [all...]
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 188 INVALID_OPERATION is generated by CopyTexSubImage2D if the internal
MESA_texture_array.spec 105 CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D,
251 CopyTexSubImage2D must be one of TEXTURE_2D, TEXTURE_1D_ARRAY_EXT,
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 41 OP(CopyTexSubImage2D) /* 282 */ \
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1.cc 100 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexSubImage2D, 0>(
gles2_cmd_decoder_unittest_1_autogen.h 358 EXPECT_CALL(*gl_, CopyTexSubImage2D(GL_TEXTURE_2D, 2, 3, 4, 5, 6, 7, 8));
359 SpecializedSetup<cmds::CopyTexSubImage2D, 0>(true);
360 cmds::CopyTexSubImage2D cmd;
367 EXPECT_CALL(*gl_, CopyTexSubImage2D(_, _, _, _, _, _, _, _)).Times(0);
368 SpecializedSetup<cmds::CopyTexSubImage2D, 0>(false);
369 cmds::CopyTexSubImage2D cmd;
376 EXPECT_CALL(*gl_, CopyTexSubImage2D(_, _, _, _, _, _, _, _)).Times(0);
377 SpecializedSetup<cmds::CopyTexSubImage2D, 0>(false);
378 cmds::CopyTexSubImage2D cmd;
385 EXPECT_CALL(*gl_, CopyTexSubImage2D(_, _, _, _, _, _, _, _)).Times(0)
    [all...]
gles2_cmd_decoder_unittest_textures.cc 436 CopyTexSubImage2D(GL_TEXTURE_2D, 1, 0, 0, 0, 0, kWidth, kHeight))
439 CopyTexSubImage2D cmd;
459 CopyTexSubImage2D cmd;
907 CopyTexSubImage2D copy_cmd;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 59 GET_PROC(CopyTexSubImage2D);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 59 GET_PROC(CopyTexSubImage2D);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 40 #define glCopyTexSubImage2D GLES2_GET_FUN(CopyTexSubImage2D)
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 69 GET_PROC(CopyTexSubImage2D);
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 69 GET_PROC(CopyTexSubImage2D);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 268 void CopyTexSubImage2D(PP_Resource context_id,
279 ToGles2Impl(&enter)->CopyTexSubImage2D(
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 111 void GLES2InterfaceStub::CopyTexSubImage2D(GLenum /* target */,
    [all...]
gles2_cmd_helper_autogen.h 273 void CopyTexSubImage2D(GLenum target,
281 gles2::cmds::CopyTexSubImage2D* c =
282 GetCmdSpace<gles2::cmds::CopyTexSubImage2D>();
    [all...]
gles2_implementation_unittest_autogen.h 229 TEST_F(GLES2ImplementationTest, CopyTexSubImage2D) {
231 cmds::CopyTexSubImage2D cmd;
236 gl_->CopyTexSubImage2D(GL_TEXTURE_2D, 2, 3, 4, 5, 6, 7, 8);
    [all...]
gles2_trace_implementation_impl_autogen.h 183 void GLES2TraceImplementation::CopyTexSubImage2D(GLenum target,
191 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::CopyTexSubImage2D");
192 gl_->CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
    [all...]
gles2_implementation_autogen.h 106 virtual void CopyTexSubImage2D(GLenum target,
gles2_interface_autogen.h 82 virtual void CopyTexSubImage2D(GLenum target,
  /external/chromium_org/content/common/gpu/client/
gl_helper.cc 815 gl_->CopyTexSubImage2D(GL_TEXTURE_2D,
885 gl_->CopyTexSubImage2D(GL_TEXTURE_2D,
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 262 void CopyTexSubImage2D(PP_Resource context_id,
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp     [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 111 VISIT_GL_CALL(CopyTexSubImage2D,

Completed in 292 milliseconds

1 2