Home
last modified time | relevance | path

Searched defs:CreateProgram (Results 1 – 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
Degl_core.cpp95 GLuint EGLCore::CreateProgram(const char *vertexShader, const char *fragShader) in CreateProgram() function in OHOS::EGLCore
/foundation/multimedia/player_framework/frameworks/native/video_editor/render/graphics/base/
Dgl_utils.cpp163 GLuint GLUtils::CreateProgram(const std::string& vss, const std::string& fss) in CreateProgram() function in OHOS::Media::GLUtils
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
Dgl_utils.cpp203 unsigned int GLUtils::CreateProgram(const std::string &vss, const std::string &fss) in CreateProgram() function in OHOS::Media::Effect::GLUtils
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
Dwebgl_rendering_context_base_impl.cpp322 napi_value WebGLRenderingContextBaseImpl::CreateProgram(napi_env env) in CreateProgram() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
Dwebgl_rendering_context_base.cpp766 napi_value WebGLRenderingContextBase::CreateProgram(napi_env env, napi_callback_info info) in CreateProgram() function in OHOS::Rosen::WebGLRenderingContextBase