Home
last modified time | relevance | path

Searched defs:createShader (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glsnapshot/
DGLSnapshot.cpp104 GLuint GLSnapshotState::createShader(GLuint shader, GLenum shaderType) { in createShader() function in gfxstream::gl::snapshot::GLSnapshotState
/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp36 GLuint createShader(GLint shaderType, const char* shaderText) { in createShader() function
DTextureResize.cpp164 static GLuint createShader(GLenum type, std::initializer_list<const char*> source) { in createShader() function