OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:osmesa_get
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/gpu/gl/mesa/
GLTestContext_mesa.cpp
20
static GrGLFuncPtr
osmesa_get
(void* ctx, const char name[]) {
function in namespace:__anon29963
30
return GrGLAssembleInterface(nullptr,
osmesa_get
);
/external/skia/tools/fiddle/
fiddle_main.cpp
95
auto
osmesa_get
= [](void* ctx, const char name[]) {
local
100
sk_sp<const GrGLInterface> mesa(GrGLAssembleInterface(nullptr,
osmesa_get
));
Completed in 62 milliseconds