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/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h 369 EXPECT_CALL(*gl_, CopyTexSubImage2D(GL_TEXTURE_2D, 2, 3, 4, 5, 6, 7, 8));
370 SpecializedSetup<cmds::CopyTexSubImage2D, 0>(true);
371 cmds::CopyTexSubImage2D cmd;
378 EXPECT_CALL(*gl_, CopyTexSubImage2D(_, _, _, _, _, _, _, _)).Times(0);
379 SpecializedSetup<cmds::CopyTexSubImage2D, 0>(false);
380 cmds::CopyTexSubImage2D cmd;
387 EXPECT_CALL(*gl_, CopyTexSubImage2D(_, _, _, _, _, _, _, _)).Times(0);
388 SpecializedSetup<cmds::CopyTexSubImage2D, 0>(false);
389 cmds::CopyTexSubImage2D cmd;
396 EXPECT_CALL(*gl_, CopyTexSubImage2D(_, _, _, _, _, _, _, _)).Times(0)
    [all...]
gles2_cmd_decoder_unittest_1.cc 106 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexSubImage2D, 0>(
  /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 45 OP(CopyTexSubImage2D) /* 288 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 90 GET_PROC(CopyTexSubImage2D);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 69 GR_GL_GET_PROC(CopyTexSubImage2D);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 90 GET_PROC(CopyTexSubImage2D);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 69 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 154 void CopyTexSubImage2D(
158 context_id)->CopyTexSubImage2D(
870 &CopyTexSubImage2D,
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 90 void GLES2InterfaceStub::CopyTexSubImage2D(
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(
gles2_trace_implementation_autogen.h 53 virtual void CopyTexSubImage2D(
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 87 void (*CopyTexSubImage2D)(

Completed in 291 milliseconds

1 2 3