Searched refs:s_getHostLocOrSetError (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv31Imp.cpp | 127 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform1f() 139 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform2f() 151 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform3f() 163 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform4f() 175 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform1i() 187 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform2i() 199 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform3i() 211 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform4i() 223 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform1ui() 235 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform2ui() [all …]
|
D | GLESv30Imp.cpp | 145 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1ui() 152 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2ui() 159 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform3ui() 166 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform4ui() 173 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1uiv() 180 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2uiv() 187 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform3uiv() 194 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform4uiv() 201 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniformMatrix2x3fv() 208 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniformMatrix3x2fv() [all …]
|
D | GLESv2Imp.cpp | 3905 static int s_getHostLocOrSetError(GLESv2Context* ctx, GLint location) { in s_getHostLocOrSetError() function 3912 static int s_getHostLocOrSetError(GLESv2Context* ctx, GLuint program, in s_getHostLocOrSetError() function 3923 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1f() 3930 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1fv() 3937 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1i() 3944 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1iv() 3951 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2f() 3958 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2fv() 3965 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2i() 3972 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2iv() [all …]
|