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

1 2 3

  /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/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 40 OP(CopyTexSubImage2D) /* 283 */ \
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1.cc 106 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexSubImage2D, 0>(
gles2_cmd_decoder_unittest_1_autogen.h 359 EXPECT_CALL(*gl_, CopyTexSubImage2D(GL_TEXTURE_2D, 2, 3, 4, 5, 6, 7, 8));
360 SpecializedSetup<cmds::CopyTexSubImage2D, 0>(true);
361 cmds::CopyTexSubImage2D cmd;
368 EXPECT_CALL(*gl_, CopyTexSubImage2D(_, _, _, _, _, _, _, _)).Times(0);
369 SpecializedSetup<cmds::CopyTexSubImage2D, 0>(false);
370 cmds::CopyTexSubImage2D cmd;
377 EXPECT_CALL(*gl_, CopyTexSubImage2D(_, _, _, _, _, _, _, _)).Times(0);
378 SpecializedSetup<cmds::CopyTexSubImage2D, 0>(false);
379 cmds::CopyTexSubImage2D cmd;
386 EXPECT_CALL(*gl_, CopyTexSubImage2D(_, _, _, _, _, _, _, _)).Times(0)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 91 GET_PROC(CopyTexSubImage2D);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 70 GR_GL_GET_PROC(CopyTexSubImage2D);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 91 GET_PROC(CopyTexSubImage2D);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 70 GR_GL_GET_PROC(CopyTexSubImage2D);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 38 #define glCopyTexSubImage2D GLES2_GET_FUN(CopyTexSubImage2D)
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 95 SET_PROC(CopyTexSubImage2D)
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 95 SET_PROC(CopyTexSubImage2D)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 230 void CopyTexSubImage2D(
236 &enter)->CopyTexSubImage2D(
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 90 void GLES2InterfaceStub::CopyTexSubImage2D(
gles2_cmd_helper_autogen.h 242 void CopyTexSubImage2D(
245 gles2::cmds::CopyTexSubImage2D* c =
246 GetCmdSpace<gles2::cmds::CopyTexSubImage2D>();
    [all...]
gles2_implementation_unittest_autogen.h 223 TEST_F(GLES2ImplementationTest, CopyTexSubImage2D) {
225 cmds::CopyTexSubImage2D cmd;
230 gl_->CopyTexSubImage2D(GL_TEXTURE_2D, 2, 3, 4, 5, 6, 7, 8);
    [all...]
gles2_trace_implementation_impl_autogen.h 152 void GLES2TraceImplementation::CopyTexSubImage2D(
155 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::CopyTexSubImage2D");
156 gl_->CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
    [all...]
gles2_implementation_autogen.h 78 virtual void CopyTexSubImage2D(
gles2_interface_autogen.h 51 virtual void CopyTexSubImage2D(
gles2_interface_stub_autogen.h 53 virtual void CopyTexSubImage2D(

Completed in 842 milliseconds

1 2 3