Home
last modified time | relevance | path

Searched refs:getnUniformfv (Results 1 – 19 of 19) sorted by relevance

/external/deqp/framework/opengl/wrapper/
DglwInitExtES.inl30 gl->getnUniformfv = (glGetnUniformfvFunc) loader->get("glGetnUniformfvEXT");
38 gl->getnUniformfv = (glGetnUniformfvFunc) loader->get("glGetnUniformfvKHR");
DglwInitES32Direct.inl193 gl->getnUniformfv = &glGetnUniformfv;
DglwFunctions.inl409 glGetnUniformfvFunc getnUniformfv; variable
DglwInitES32.inl193 gl->getnUniformfv = (glGetnUniformfvFunc) loader->get("glGetnUniformfv");
DglwInitGL45.inl313 gl->getnUniformfv = (glGetnUniformfvFunc) loader->get("glGetnUniformfv");
DglwInitGL46.inl313 gl->getnUniformfv = (glGetnUniformfvFunc) loader->get("glGetnUniformfv");
DglwInitExtGL.inl29 gl->getnUniformfv = (glGetnUniformfvFunc) loader->get("glGetnUniformfv");
DglwImpl.inl3236 gl->getnUniformfv(program, location, bufSize, params);
/external/deqp/external/openglcts/modules/common/
DglcRobustnessTests.cpp297 gl.getnUniformfv(program.m_id, 11, sizeof(GLfloat) * 4, result4f); in iterate()
302 gl.getnUniformfv(program.m_id, 11, sizeof(GLfloat) * 3, result4f); in iterate()
/external/angle/src/libANGLE/
DContext_gles_3_2_autogen.h55 void getnUniformfv(ShaderProgramID programPacked, UniformLocation locationPacked, \
Dframe_capture_replay_autogen.cpp1669 context->getnUniformfv( in ReplayCall()
DContext.cpp7664 void Context::getnUniformfv(ShaderProgramID program, in getnUniformfv() function in gl::Context
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp708 ASSIGN("glGetnUniformfv", getnUniformfv); in initProcsDesktopGL()
1163 ASSIGN("glGetnUniformfvARB", getnUniformfv); in initProcsDesktopGL()
1873 ASSIGN("glGetnUniformfv", getnUniformfv); in initProcsDesktopGL()
2275 ASSIGN("glGetnUniformfv", getnUniformfv); in initProcsGLES()
2436 ASSIGN("glGetnUniformfvEXT", getnUniformfv); in initProcsGLES()
2497 ASSIGN("glGetnUniformfvKHR", getnUniformfv); in initProcsGLES()
3475 getnUniformfv = &glGetnUniformfvNULL; in initProcsDesktopGLNULL()
3929 getnUniformfv = &glGetnUniformfvNULL; in initProcsDesktopGLNULL()
4638 getnUniformfv = &glGetnUniformfvNULL; in initProcsDesktopGLNULL()
5040 getnUniformfv = &glGetnUniformfvNULL; in initProcsGLESNULL()
[all …]
DDispatchTableGL_autogen.h679 PFNGLGETNUNIFORMFVPROC getnUniformfv = nullptr; variable
/external/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp678 context->getnUniformfv(programPacked, locationPacked, bufSize, params); in GetnUniformfv()
Dentry_points_gles_ext_autogen.cpp4527 context->getnUniformfv(programPacked, locationPacked, bufSize, params); in GetnUniformfvEXT()
15805 context->getnUniformfv(programPacked, locationPacked, bufSize, params); in GetnUniformfvContextANGLE()
15835 context->getnUniformfv(programPacked, locationPacked, bufSize, params); in GetnUniformfvEXTContextANGLE()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl409 gl->getnUniformfv = glGetnUniformfv;
/external/angle/src/libGL/
Dentry_points_gl_4_5_autogen.cpp1913 context->getnUniformfv(programPacked, locationPacked, bufSize, params); in GetnUniformfv()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl3007 m_gl.getnUniformfv(program, location, bufSize, params);