/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 2288 gl.uniform2dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() 2386 gl.uniform2dv(m_po_sampler_uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers() 2507 gl.uniform2dv(uniform_location, 2, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2646 gl.uniform2dv(invalid_uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation() 2736 gl.uniform2dv(m_po_dvec2_arr_uniform_location, -1, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount() 2886 gl.uniform2dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() 3002 gl.uniform2dv(uniform_location, uniform_count, double_data); in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions() 3084 gl.uniform2dv(uniform_location, 1, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() 3177 gl.uniform2dv(m_po_dvec2_uniform_location, 1, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() 6679 …gl.uniform2dv(stage_ptr->uniforms.uniform_location_dvec2, 1 /* count */, stage_ptr->uniforms.unifo… in initUniformValues() [all …]
|
D | gl4cShadingLanguage420PackTests.cpp | 700 result = gl.uniform2dv; in getUniformNdv()
|
D | gl4cEnhancedLayoutsTests.cpp | 814 result = gl.uniform2dv; in getUniformNdv()
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 39 void uniform2dv(UniformLocation locationPacked, GLsizei count, const GLdouble *value); \
|
D | Context_gl.cpp | 2311 void Context::uniform2dv(UniformLocation location, GLsizei count, const GLdouble *value) in uniform2dv() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 749 glUniform2dvFunc uniform2dv; variable
|
D | glwInitGL40.inl | 281 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
|
D | glwInitGL41.inl | 355 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
|
D | glwInitGL42.inl | 367 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
|
D | glwInitGL44.inl | 415 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
|
D | glwInitGL43.inl | 406 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
|
D | glwInitGL45.inl | 516 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
|
D | glwInitGL46.inl | 520 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
|
D | glwImpl.inl | 5956 gl->uniform2dv(location, count, value);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 315 ASSIGN("glUniform2dv", uniform2dv); in initProcsDesktopGL() 1621 ASSIGN("glUniform2dv", uniform2dv); in initProcsDesktopGL() 3103 uniform2dv = &glUniform2dvNULL; in initProcsDesktopGLNULL() 4408 uniform2dv = &glUniform2dvNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 439 PFNGLUNIFORM2DVPROC uniform2dv = nullptr; variable
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 749 gl->uniform2dv = glUniform2dv;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 860 context->uniform2dv(locationPacked, count, value); in GL_Uniform2dv()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 5447 m_gl.uniform2dv(location, count, value);
|