Home
last modified time | relevance | path

Searched defs:shaderType (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLSnapshotTestStateUtils.cpp49 GLenum shaderType, in loadAndCompileShader()
DShaderUtils.cpp44 GLuint compileShader(GLenum shaderType, const char* src) { in compileShader()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DANGLEShaderParser.cpp182 GLenum shaderType; member
364 GLenum shaderType, in translate()
DGLESv2Validate.cpp455 bool GLESv2Validate::shaderType(GLEScontext* ctx, GLenum type){ in shaderType() function in GLESv2Validate
DGLESv2Imp.cpp518 GLenum shaderType = ((ShaderParser*)shaderData)->getType(); in glAttachShader() local
4444 GLenum shaderType, in compileShader()
/hardware/google/gfxstream/host/gl/glsnapshot/
DGLSnapshot.cpp104 GLuint GLSnapshotState::createShader(GLuint shader, GLenum shaderType) { in createShader()
/hardware/libhardware/tests/hwc/
Dutil.c47 static GLuint load_shader(GLenum shaderType, const char *src) { in load_shader()
/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp36 GLuint createShader(GLint shaderType, const char* shaderText) { in createShader()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLSharedGroup.h166 GLenum shaderType; member
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLSharedGroup.cpp191 bool ProgramData::attachShader(GLuint shader, GLenum shaderType) { in attachShader()
684 bool GLSharedGroup::addShaderData(GLuint shader, GLenum shaderType) { in addShaderData()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp174 static std::string sMakeGeometryDrawShader(bool isGles, GLenum shaderType, bool flat) { in sMakeGeometryDrawShader()
/hardware/google/gfxstream/guest/GLESv2_enc/
DGLESv2Validation.cpp1308 bool shaderType(GL2Encoder* ctx, GLenum type) { in shaderType() function
DGL2Encoder.cpp2078 GLuint GL2Encoder::s_glCreateShader(void *self, GLenum shaderType) in s_glCreateShader()
5538 GLuint GL2Encoder::s_glCreateShaderProgramv(void* self, GLenum shaderType, GLsizei count, const cha… in s_glCreateShaderProgramv()
/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.cpp716 GLuint GLESv2Decoder::s_glCreateShader(void* self, GLenum shaderType) { in s_glCreateShader()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2734 GLuint GLEScontext::compileAndValidateCoreShader(GLenum shaderType, const char* src) { in compileAndValidateCoreShader()