Searched defs:hostLoc (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv31Imp.cpp | 127 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform1f() local 139 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform2f() local 151 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform3f() local 163 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform4f() local 175 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform1i() local 187 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform2i() local 199 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform3i() local 211 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform4i() local 223 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform1ui() local 235 int hostLoc = s_getHostLocOrSetError(ctx, program, location); in glProgramUniform2ui() local [all …]
|
D | GLESv30Imp.cpp | 145 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1ui() local 152 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2ui() local 159 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform3ui() local 166 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform4ui() local 173 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1uiv() local 180 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2uiv() local 187 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform3uiv() local 194 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform4uiv() local 201 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniformMatrix2x3fv() local 208 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniformMatrix3x2fv() local [all …]
|
D | GLESv2Imp.cpp | 3923 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1f() local 3930 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1fv() local 3937 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1i() local 3944 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1iv() local 3951 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2f() local 3958 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2fv() local 3965 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2i() local 3972 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2iv() local 3979 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform3f() local 3986 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform3fv() local [all …]
|
D | ProgramData.cpp | 467 GLint hostLoc = dispatcher.glGetUniformLocation( in restore() local 1143 int hostLoc = dispatcher.glGetUniformLocation(ProgramName, in initGuestUniformLocForKey() local 1169 int hostLoc = dispatcher.glGetUniformLocation(ProgramName, in initGuestUniformLocForKey() local 1212 int hostLoc = dispatcher.glGetUniformLocation(ProgramName, in getGuestUniformLocation() local
|