Searched defs:shaderType (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTestStateUtils.cpp | 49 GLenum shaderType, in loadAndCompileShader()
|
D | ShaderUtils.cpp | 44 GLuint compileShader(GLenum shaderType, const char* src) { in compileShader()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ANGLEShaderParser.cpp | 182 GLenum shaderType; member 364 GLenum shaderType, in translate()
|
D | GLESv2Validate.cpp | 455 bool GLESv2Validate::shaderType(GLEScontext* ctx, GLenum type){ in shaderType() function in GLESv2Validate
|
D | GLESv2Imp.cpp | 518 GLenum shaderType = ((ShaderParser*)shaderData)->getType(); in glAttachShader() local 4444 GLenum shaderType, in compileShader()
|
/hardware/google/gfxstream/host/gl/glsnapshot/ |
D | GLSnapshot.cpp | 104 GLuint GLSnapshotState::createShader(GLuint shader, GLenum shaderType) { in createShader()
|
/hardware/libhardware/tests/hwc/ |
D | util.c | 47 static GLuint load_shader(GLenum shaderType, const char *src) { in load_shader()
|
/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.cpp | 36 GLuint createShader(GLint shaderType, const char* shaderText) { in createShader()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLSharedGroup.h | 166 GLenum shaderType; member
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLSharedGroup.cpp | 191 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/ |
D | CoreProfileEngine.cpp | 174 static std::string sMakeGeometryDrawShader(bool isGles, GLenum shaderType, bool flat) { in sMakeGeometryDrawShader()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GLESv2Validation.cpp | 1308 bool shaderType(GL2Encoder* ctx, GLenum type) { in shaderType() function
|
D | GL2Encoder.cpp | 2078 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/ |
D | GLESv2Decoder.cpp | 716 GLuint GLESv2Decoder::s_glCreateShader(void* self, GLenum shaderType) { in s_glCreateShader()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 2734 GLuint GLEScontext::compileAndValidateCoreShader(GLenum shaderType, const char* src) { in compileAndValidateCoreShader()
|