/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 2291 gl.uniform3dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() 2389 gl.uniform3dv(m_po_sampler_uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers() 2510 gl.uniform3dv(uniform_location, 2, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2649 gl.uniform3dv(invalid_uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation() 2739 gl.uniform3dv(m_po_dvec3_arr_uniform_location, -1, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount() 2889 gl.uniform3dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() 3008 gl.uniform3dv(uniform_location, uniform_count, double_data); in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions() 3090 gl.uniform3dv(uniform_location, 1, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() 3183 gl.uniform3dv(m_po_dvec3_uniform_location, 1, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() 6690 …gl.uniform3dv(stage_ptr->uniforms.uniform_location_dvec3, 1 /* count */, stage_ptr->uniforms.unifo… in initUniformValues() [all …]
|
D | gl4cShadingLanguage420PackTests.cpp | 703 result = gl.uniform3dv; in getUniformNdv()
|
D | gl4cEnhancedLayoutsTests.cpp | 817 result = gl.uniform3dv; in getUniformNdv()
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 41 void uniform3dv(UniformLocation locationPacked, GLsizei count, const GLdouble *value); \
|
D | Context_gl.cpp | 2321 void Context::uniform3dv(UniformLocation location, GLsizei count, const GLdouble *value) in uniform3dv() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 757 glUniform3dvFunc uniform3dv; variable
|
D | glwInitGL40.inl | 289 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
|
D | glwInitGL41.inl | 363 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
|
D | glwInitGL42.inl | 375 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
|
D | glwInitGL44.inl | 423 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
|
D | glwInitGL43.inl | 414 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
|
D | glwInitGL45.inl | 524 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
|
D | glwInitGL46.inl | 528 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
|
D | glwImpl.inl | 6020 gl->uniform3dv(location, count, value);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 317 ASSIGN("glUniform3dv", uniform3dv); in initProcsDesktopGL() 1623 ASSIGN("glUniform3dv", uniform3dv); in initProcsDesktopGL() 3105 uniform3dv = &glUniform3dvNULL; in initProcsDesktopGLNULL() 4410 uniform3dv = &glUniform3dvNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 441 PFNGLUNIFORM3DVPROC uniform3dv = nullptr; variable
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 757 gl->uniform3dv = glUniform3dv;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 909 context->uniform3dv(locationPacked, count, value); in GL_Uniform3dv()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 5503 m_gl.uniform3dv(location, count, value);
|