/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 2294 gl.uniform4dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() 2392 gl.uniform4dv(m_po_sampler_uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers() 2513 gl.uniform4dv(uniform_location, 2, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2652 gl.uniform4dv(invalid_uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation() 2742 gl.uniform4dv(m_po_dvec4_arr_uniform_location, -1, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount() 2892 gl.uniform4dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() 3014 gl.uniform4dv(uniform_location, uniform_count, double_data); in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions() 3096 gl.uniform4dv(uniform_location, 1, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() 3189 gl.uniform4dv(m_po_dvec4_uniform_location, 1, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() 6701 …gl.uniform4dv(stage_ptr->uniforms.uniform_location_dvec4, 1 /* count */, stage_ptr->uniforms.unifo… in initUniformValues() [all …]
|
D | gl4cShadingLanguage420PackTests.cpp | 706 result = gl.uniform4dv; in getUniformNdv()
|
D | gl4cEnhancedLayoutsTests.cpp | 820 result = gl.uniform4dv; in getUniformNdv()
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 44 void uniform4dv(UniformLocation locationPacked, GLsizei count, const GLdouble *value); \
|
D | Context_gl.cpp | 2331 void Context::uniform4dv(UniformLocation location, GLsizei count, const GLdouble *value) in uniform4dv() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 765 glUniform4dvFunc uniform4dv; variable
|
D | glwInitGL40.inl | 297 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
|
D | glwInitGL41.inl | 371 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
|
D | glwInitGL42.inl | 383 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
|
D | glwInitGL44.inl | 431 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
|
D | glwInitGL43.inl | 422 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
|
D | glwInitGL45.inl | 532 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
|
D | glwInitGL46.inl | 536 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
|
D | glwImpl.inl | 6084 gl->uniform4dv(location, count, value);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 319 ASSIGN("glUniform4dv", uniform4dv); in initProcsDesktopGL() 1625 ASSIGN("glUniform4dv", uniform4dv); in initProcsDesktopGL() 3107 uniform4dv = &glUniform4dvNULL; in initProcsDesktopGLNULL() 4412 uniform4dv = &glUniform4dvNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 443 PFNGLUNIFORM4DVPROC uniform4dv = nullptr; variable
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 765 gl->uniform4dv = glUniform4dv;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 958 context->uniform4dv(locationPacked, count, value); in GL_Uniform4dv()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 5559 m_gl.uniform4dv(location, count, value);
|