Searched defs:glQueryMatrixxOES (Results 1 - 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h251 glQueryMatrixxOES_client_proc_t glQueryMatrixxOES; member in struct:gl_client_context_t
H A Dgl_entry.cpp246 GLbitfield glQueryMatrixxOES(GLfixed* mantissa, GLint* exponent);
1743 GLbitfield glQueryMatrixxOES(GLfixed* mantissa, GLint* exponent) function
1746 return ctx->glQueryMatrixxOES(ctx, mantissa, exponent);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp1151 GLbitfield glQueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16]) function
1153 return getDispatch()->glQueryMatrixxOES(mantissa, exponent);
H A Dgles_dispatch.h242 glQueryMatrixxOES_t glQueryMatrixxOES; member in struct:gles_dispatch
514 glQueryMatrixxOES_t set_glQueryMatrixxOES(glQueryMatrixxOES_t f) { glQueryMatrixxOES_t retval = glQueryMatrixxOES; glQueryMatrixxOES = f; return retval;}

Completed in 19 milliseconds