Searched refs:GLCompressedTexSubImage3D (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
D | entry_points_enum_autogen.h | 401 GLCompressedTexSubImage3D, enumerator
|
D | entry_points_enum_autogen.cpp | 787 case EntryPoint::GLCompressedTexSubImage3D: in GetEntryPointName()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | FrameCapture.cpp | 1627 case EntryPoint::GLCompressedTexSubImage3D: in IsTextureUpdate() 4417 case EntryPoint::GLCompressedTexSubImage3D: in captureCompressedTextureData() 5166 case EntryPoint::GLCompressedTexSubImage3D: in maybeCapturePreCallUpdates() 6604 entryPoint == EntryPoint::GLCompressedTexSubImage3D); in getCachedTextureLevelData()
|
D | capture_gles_3_0_autogen.cpp | 361 return CallCapture(angle::EntryPoint::GLCompressedTexSubImage3D, std::move(paramBuffer)); in CaptureCompressedTexSubImage3D()
|
D | frame_capture_replay_autogen.cpp | 438 case angle::EntryPoint::GLCompressedTexSubImage3D: in ReplayCall()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 436 EVENT(context, GLCompressedTexSubImage3D, in GL_CompressedTexSubImage3D() 449 ValidateCompressedTexSubImage3D(context, angle::EntryPoint::GLCompressedTexSubImage3D, in GL_CompressedTexSubImage3D()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 8575 EVENT(context, GLCompressedTexSubImage3D, in GL_CompressedTexSubImage3D() 8588 ValidateCompressedTexSubImage3D(context, angle::EntryPoint::GLCompressedTexSubImage3D, in GL_CompressedTexSubImage3D()
|