HomeSort by relevance Sort by last modified time
    Searched refs:onPlatformMakeCurrent (Results 1 - 15 of 15) sorted by null

  /external/skia/tools/gpu/gl/null/
NullGLTestContext.cpp 24 void onPlatformMakeCurrent() const override {}
  /external/skia/tools/gpu/mock/
MockTestContext.cpp 30 void onPlatformMakeCurrent() const override {}
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.h 43 void onPlatformMakeCurrent() const override;
GLTestContext_command_buffer.cpp 257 void CommandBufferGLTestContext::onPlatformMakeCurrent() const {
  /external/skia/tools/gpu/
TestContext.h 96 virtual void onPlatformMakeCurrent() const = 0;
TestContext.cpp 38 void TestContext::makeCurrent() const { this->onPlatformMakeCurrent(); }
  /external/skia/tools/gpu/gl/mac/
CreatePlatformGLTestContext_mac.cpp 25 void onPlatformMakeCurrent() const override;
97 void MacGLTestContext::onPlatformMakeCurrent() const {
  /external/skia/tools/gpu/gl/mesa/
GLTestContext_mesa.cpp 46 void onPlatformMakeCurrent() const override;
129 void MesaGLContext::onPlatformMakeCurrent() const {
  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 27 void onPlatformMakeCurrent() const override;
158 void WinGLTestContext::onPlatformMakeCurrent() const {
  /external/skia/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 64 void onPlatformMakeCurrent() const override;
331 void GLXGLTestContext::onPlatformMakeCurrent() const {
  /external/skia/tools/gpu/vk/
VkTestContext.cpp 147 void onPlatformMakeCurrent() const override {}
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 89 void onPlatformMakeCurrent() const override;
352 void ANGLEGLContext::onPlatformMakeCurrent() const {
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 55 void onPlatformMakeCurrent() const override;
278 void EGLGLTestContext::onPlatformMakeCurrent() const {
  /external/skia/tools/gpu/mtl/
MtlTestContext.mm 146 void onPlatformMakeCurrent() const override {}
  /external/skia/tools/gpu/gl/debug/
DebugGLTestContext.cpp     [all...]

Completed in 105 milliseconds