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

1 2

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 40 OP(CopyTexImage2D) /* 281 */ \
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1.cc 89 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexImage2D, 0>(
gles2_cmd_decoder_unittest.cc     [all...]
gles2_cmd_decoder_unittest_framebuffers.cc     [all...]
gles2_cmd_decoder_unittest_textures.cc 629 CopyTexImage2D(
633 CopyTexImage2D cmd;
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 117 conversions used, so when using for instance CopyTexImage2D with
187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 117 conversions used, so when using for instance CopyTexImage2D with
187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 39 #define glCopyTexImage2D GLES2_GET_FUN(CopyTexImage2D)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 252 void CopyTexImage2D(PP_Resource context_id,
263 ToGles2Impl(&enter)->CopyTexImage2D(
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest_autogen.h 212 TEST_F(GLES2ImplementationTest, CopyTexImage2D) {
214 cmds::CopyTexImage2D cmd;
219 gl_->CopyTexImage2D(GL_TEXTURE_2D, 2, GL_ALPHA, 4, 5, 6, 7, 0);
224 gl_->CopyTexImage2D(GL_TEXTURE_2D, 2, GL_ALPHA, 4, 5, 6, 7, 1);
    [all...]
gles2_interface_stub_impl_autogen.h 102 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */,
    [all...]
gles2_cmd_helper_autogen.h 260 void CopyTexImage2D(GLenum target,
267 gles2::cmds::CopyTexImage2D* c = GetCmdSpace<gles2::cmds::CopyTexImage2D>();
    [all...]
gles2_trace_implementation_impl_autogen.h 170 void GLES2TraceImplementation::CopyTexImage2D(GLenum target,
178 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::CopyTexImage2D");
179 gl_->CopyTexImage2D(
    [all...]
gles2_implementation_autogen.h 97 virtual void CopyTexImage2D(GLenum target,
gles2_interface_autogen.h 74 virtual void CopyTexImage2D(GLenum target,
gles2_interface_stub_autogen.h 73 virtual void CopyTexImage2D(GLenum target,
gles2_trace_implementation_autogen.h 73 virtual void CopyTexImage2D(GLenum target,
gles2_implementation_impl_autogen.h 212 void GLES2Implementation::CopyTexImage2D(GLenum target,
239 helper_->CopyTexImage2D(target, level, internalformat, x, y, width, height);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 246 void CopyTexImage2D(PP_Resource context_id,
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 1063 class CopyTexImage2D : public Operation
1066 CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync);
1080 CopyTexImage2D::CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync)
1081 : Operation ("CopyTexImage2D", useSync, serverSync)
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 100 VISIT_GL_CALL(CopyTexImage2D,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 119 void (*CopyTexImage2D)(PP_Resource context,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 374 void (GLAPIENTRY * CopyTexImage2D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 374 void (GLAPIENTRY * CopyTexImage2D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint);

Completed in 317 milliseconds

1 2