Searched defs:hostLoc (Results 1 – 4 of 4) sorted by relevance
/device/generic/vulkan-cereal/stream-servers/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 | 150 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1ui() local 157 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2ui() local 164 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform3ui() local 171 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform4ui() local 178 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1uiv() local 185 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2uiv() local 192 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform3uiv() local 199 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform4uiv() local 206 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniformMatrix2x3fv() local 213 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniformMatrix3x2fv() local [all …]
|
D | GLESv2Imp.cpp | 3869 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1f() local 3876 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1fv() local 3883 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1i() local 3890 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform1iv() local 3897 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2f() local 3904 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2fv() local 3911 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2i() local 3918 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform2iv() local 3925 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform3f() local 3932 int hostLoc = s_getHostLocOrSetError(ctx, location); in glUniform3fv() local [all …]
|
D | ProgramData.cpp | 465 GLint hostLoc = dispatcher.glGetUniformLocation( in restore() local 1119 int hostLoc = dispatcher.glGetUniformLocation(ProgramName, in initGuestUniformLocForKey() local 1145 int hostLoc = dispatcher.glGetUniformLocation(ProgramName, in initGuestUniformLocForKey() local 1188 int hostLoc = dispatcher.glGetUniformLocation(ProgramName, in getGuestUniformLocation() local
|