Home
last modified time | relevance | path

Searched defs:LoadShader (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/common/
Dopengl_util.cc202 GLuint OpenGLRuntime::LoadShader(GLenum shaderType, const char *pSource) { in LoadShader() function in mindspore::OpenGL::OpenGLRuntime
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/src/
DVulkanSample.cpp291 void LoadShader(std::vector<char>& out, const char* fileName) in LoadShader() function