/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cSeparateShaderObjsTests.cpp | 1485 gl.getUniformfv(programA, locationA[i], (float*)&retValA[0]); in setAndCompareUniforms() 1486 gl.getUniformfv(programB, locationB[i], (float*)&retValB[0]); in setAndCompareUniforms() 1551 gl.getUniformfv(programA, locationA[i], (float*)&retValA[0]); in setAndCompareUniforms() 1552 gl.getUniformfv(programB, locationB[i], (float*)&retValB[0]); in setAndCompareUniforms() 1627 gl.getUniformfv(activeProgram, location[i], (float*)&retVal[0]); in setAndCompareUniforms() 1743 gl.getUniformfv(programA, locationA[i], retValA); in setAndCompareMatrixUniforms() 1744 gl.getUniformfv(programB, locationB[i], retValB); in setAndCompareMatrixUniforms() 1797 gl.getUniformfv(programA, locationA[i], retValA); in setAndCompareMatrixUniforms() 1798 gl.getUniformfv(programB, locationB[i], retValB); in setAndCompareMatrixUniforms() 1863 gl.getUniformfv(activeProgram, location[i], retVal); in setAndCompareMatrixUniforms()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | ProgramImpl_mock.h | 61 MOCK_CONST_METHOD3(getUniformfv, void(const gl::Context *, GLint, GLfloat *));
|
D | ProgramImpl.h | 140 virtual void getUniformfv(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | ProgramImpl_mock.h | 65 MOCK_CONST_METHOD3(getUniformfv, void(const gl::Context *, GLint, GLfloat *));
|
D | ProgramImpl.h | 141 virtual void getUniformfv(const gl::Context *context,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ProgramNULL.h | 85 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
|
D | ProgramNULL.cpp | 124 void ProgramNULL::getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const in getUniformfv() function in rx::ProgramNULL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ProgramNULL.h | 86 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
|
D | ProgramNULL.cpp | 125 void ProgramNULL::getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const in getUniformfv() function in rx::ProgramNULL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.h | 101 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
|
D | ProgramGL.cpp | 1063 void ProgramGL::getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const in getUniformfv() function in rx::ProgramGL 1065 mFunctions->getUniformfv(mProgramID, uniLoc(location), params); in getUniformfv()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 160 dst->getUniformfv = src.getUniformfv;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.h | 101 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
|
D | ProgramGL.cpp | 1140 void ProgramGL::getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const in getUniformfv() function in rx::ProgramGL 1142 mFunctions->getUniformfv(mProgramID, uniLoc(location), params); in getUniformfv()
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 81 gl->getUniformfv = &glGetUniformfv;
|
D | glwInitES30Direct.inl | 136 gl->getUniformfv = &glGetUniformfv;
|
D | glwInitES20.inl | 81 gl->getUniformfv = (glGetUniformfvFunc) loader->get("glGetUniformfv");
|
D | glwInitES31Direct.inl | 160 gl->getUniformfv = &glGetUniformfv;
|
D | glwInitES32Direct.inl | 185 gl->getUniformfv = &glGetUniformfv;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramVk.h | 102 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | ProgramMtl.h | 128 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramVk.h | 97 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.h | 171 bool getUniformfv(GLint location, GLsizei *bufSize, GLfloat *params);
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 105 void getUniformfv(GLuint program, GLint location, GLfloat *params); \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 109 void getUniformfv(ShaderProgramID programPacked, UniformLocation locationPacked, \
|