Searched refs:getHostLocation (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 1035 void GL2Encoder::getHostLocation(void *self, GLint location, GLint *hostLoc) in getHostLocation() function in GL2Encoder 1056 ctx->getHostLocation(self, location, &hostLoc); in s_glUniform1f() 1066 ctx->getHostLocation(self, location, &hostLoc); in s_glUniform1fv() 1078 ctx->getHostLocation(self, location, &hostLoc); in s_glUniform1i() 1097 ctx->getHostLocation(self, location, &hostLoc); in s_glUniform1iv() 1107 ctx->getHostLocation(self, location, &hostLoc); in s_glUniform2f() 1117 ctx->getHostLocation(self, location, &hostLoc); in s_glUniform2fv() 1127 ctx->getHostLocation(self, location, &hostLoc); in s_glUniform2i() 1137 ctx->getHostLocation(self, location, &hostLoc); in s_glUniform2iv() 1147 ctx->getHostLocation(self, location, &hostLoc); in s_glUniform3f() [all …]
|
D | GL2Encoder.h | 64 void getHostLocation(void *self, GLint location, GLint *hostLoc);
|