Home
last modified time | relevance | path

Searched refs:shaderCode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dprogram.cpp42 GLuint Program::CreateShader(GLuint type, const std::string& shaderCode) in CreateShader() argument
44 const GLchar* charShaderCode = static_cast<const GLchar*>(shaderCode.c_str()); in CreateShader()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H A Dprogram.h35 GLuint CreateShader(GLuint type, const std::string& shaderCode);