Home
last modified time | relevance | path

Searched refs:NACL_GLES_LoadLibrary (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclopengles.h26 extern int NACL_GLES_LoadLibrary(_THIS, const char *path);
DSDL_naclopengles.c39 NACL_GLES_LoadLibrary(_THIS, const char *path) in NACL_GLES_LoadLibrary() function
DSDL_naclvideo.c119 device->GL_LoadLibrary = NACL_GLES_LoadLibrary; in NACL_CreateDevice()