Home
last modified time | relevance | path

Searched refs:LoadShader (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Dgl_utils.cpp143 unsigned int GLUtils::LoadShader(const std::string &src, unsigned int shaderType) in LoadShader() function in OHOS::Media::Effect::GLUtils
157 EFFECT_LOGE("LoadShader Error: %{public}s", message); in LoadShader()
167 unsigned int vs = LoadShader(vss, GL_VERTEX_SHADER); in CreateProgram()
168 unsigned int fs = LoadShader(fss, GL_FRAGMENT_SHADER); in CreateProgram()
185 EFFECT_LOGE("LoadShader Error: %{public}s", message); in CreateProgram()
H A Dgl_utils.h41 static unsigned int LoadShader(const std::string &src, unsigned int shaderType);
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Degl_core.h33 GLuint LoadShader(GLenum type, const char *shaderSrc);
H A Degl_core.cpp103 GLuint vertex = LoadShader(GL_VERTEX_SHADER, vertexShader); in CreateProgram()
109 GLuint fragment = LoadShader(GL_FRAGMENT_SHADER, fragShader); in CreateProgram()
152 GLuint EGLCore::LoadShader(GLenum type, const char *shaderSrc) in LoadShader() function in OHOS::EGLCore

Completed in 2 milliseconds