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

  /external/skia/tools/gpu/gl/null/
NullGLTestContext.cpp 26 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override { return nullptr; }
  /external/skia/tools/gpu/gl/
GLTestContext.h 72 *out = reinterpret_cast<Proc>(this->onPlatformGetProcAddress(fullname.c_str()));
74 *out = reinterpret_cast<Proc>(this->onPlatformGetProcAddress(name));
88 virtual GrGLFuncPtr onPlatformGetProcAddress(const char *) const = 0;
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.h 47 GrGLFuncPtr onPlatformGetProcAddress(const char *name) const override;
GLTestContext_command_buffer.cpp 275 GrGLFuncPtr CommandBufferGLTestContext::onPlatformGetProcAddress(const char *name) const {
  /external/skia/tools/gpu/gl/mac/
CreatePlatformGLTestContext_mac.cpp 27 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
105 GrGLFuncPtr MacGLTestContext::onPlatformGetProcAddress(const char* procName) const {
  /external/skia/tools/gpu/gl/mesa/
GLTestContext_mesa.cpp 50 GrGLFuncPtr onPlatformGetProcAddress(const char *) const override;
140 GrGLFuncPtr MesaGLContext::onPlatformGetProcAddress(const char *procName) const {
  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 29 GrGLFuncPtr onPlatformGetProcAddress(const char* name) const override;
188 GrGLFuncPtr WinGLTestContext::onPlatformGetProcAddress(const char* name) const {
  /external/skia/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 66 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
341 GrGLFuncPtr GLXGLTestContext::onPlatformGetProcAddress(const char* procName) const {
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 91 GrGLFuncPtr onPlatformGetProcAddress(const char* name) const override;
364 GrGLFuncPtr ANGLEGLContext::onPlatformGetProcAddress(const char* name) const {
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 57 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
290 GrGLFuncPtr EGLGLTestContext::onPlatformGetProcAddress(const char* procName) const {
  /external/skia/tools/gpu/gl/debug/
DebugGLTestContext.cpp     [all...]

Completed in 1046 milliseconds