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

  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 22 #define SET_PROC(F) interface->f ## F = (GrGL ## F ## Proc) GetProcAddress(alu.get(), "gl" #F);
82 SET_PROC(BindTexture)
83 SET_PROC(BlendFunc)
91 SET_PROC(Clear)
92 SET_PROC(ClearColor)
93 SET_PROC(ClearStencil)
94 SET_PROC(ColorMask)
95 SET_PROC(CopyTexSubImage2D)
96 SET_PROC(CullFace)
97 SET_PROC(DeleteTextures
    [all...]
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 22 #define SET_PROC(F) interface->f ## F = (GrGL ## F ## Proc) GetProcAddress(alu.get(), "gl" #F);
82 SET_PROC(BindTexture)
83 SET_PROC(BlendFunc)
91 SET_PROC(Clear)
92 SET_PROC(ClearColor)
93 SET_PROC(ClearStencil)
94 SET_PROC(ColorMask)
95 SET_PROC(CopyTexSubImage2D)
96 SET_PROC(CullFace)
97 SET_PROC(DeleteTextures
    [all...]

Completed in 58 milliseconds