/third_party/skia/modules/skottie/src/effects/ |
D | SkSLEffect.cpp | 90 const skjson::StringValue* uniformName = (*jprop)["nm"]; in SkSLEffectAdapter() local 91 if (!uniformName) { continue; } in SkSLEffectAdapter() 92 auto uniformTuple = std::make_tuple(SkString(uniformName->begin(), in SkSLEffectAdapter() 93 uniformName->size()), in SkSLEffectAdapter()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_1_autogen.cpp | 173 GLchar *uniformName) in GetActiveUniformName() argument 178 program, uniformIndex, bufSize, (uintptr_t)length, (uintptr_t)uniformName); in GetActiveUniformName() 186 length, uniformName)); in GetActiveUniformName() 189 context->getActiveUniformName(program, uniformIndex, bufSize, length, uniformName); in GetActiveUniformName() 192 length, uniformName); in GetActiveUniformName()
|
D | entry_points_gl_3_1_autogen.h | 46 GLchar *uniformName);
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | GLSLTest.cpp | 3006 std::stringstream uniformName; in TEST_P() local 3007 uniformName << "test[" << innerIdx << "].data[" << outerIdx << "]"; in TEST_P() 3009 GLint uniformLocation = glGetUniformLocation(program.get(), uniformName.str().c_str()); in TEST_P() 4519 std::stringstream uniformName; in TEST_P() local 4520 uniformName << "test[" << i << "][" << j << "]"; in TEST_P() 4521 GLint uniformLocation = glGetUniformLocation(program.get(), uniformName.str().c_str()); in TEST_P() 4634 std::stringstream uniformName; in TEST_P() local 4635 uniformName << "test[" << i << "][" << j << "]"; in TEST_P() 4636 GLint uniformLocation = glGetUniformLocation(program.get(), uniformName.str().c_str()); in TEST_P() 5051 std::stringstream uniformName; in TEST_P() local [all …]
|
D | BindUniformLocationTest.cpp | 449 const char *uniformName, in linkProgramWithUniformLocation() argument 453 glBindUniformLocationCHROMIUM(program, uniformLocation, uniformName); in linkProgramWithUniformLocation()
|
D | DrawBuffersTest.cpp | 919 char uniformName[20]; in TEST_P() local 920 snprintf(uniformName, sizeof uniformName, "value%u", attachmentIndex); in TEST_P() 921 uniforms[attachmentIndex] = glGetUniformLocation(program, uniformName); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | TexturesPerf.cpp | 159 std::stringstream uniformName; in initShaders() local 160 uniformName << "tex" << i; in initShaders() 162 GLint location = glGetUniformLocation(mProgram, uniformName.str().c_str()); in initShaders()
|
/third_party/skia/src/sksl/dsl/ |
D | DSLVar.cpp | 62 const char* uniformName; in DSLVarBase() local 66 String(this->name()).c_str(), count, &uniformName).toIndex(); in DSLVarBase() 67 fName = uniformName; in DSLVarBase()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ShaderD3D.cpp | 197 unsigned int ShaderD3D::getUniformRegister(const std::string &uniformName) const in getUniformRegister() 199 ASSERT(mUniformRegisterMap.count(uniformName) > 0); in getUniformRegister() 200 return mUniformRegisterMap.find(uniformName)->second; in getUniformRegister()
|
D | ShaderD3D.h | 54 unsigned int getUniformRegister(const std::string &uniformName) const;
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | TexturesPerf.cpp | 200 std::stringstream uniformName; in initShaders() local 201 uniformName << "tex" << i; in initShaders() 203 GLint location = glGetUniformLocation(mProgram, uniformName.str().c_str()); in initShaders()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationGL31_autogen.h | 25 const GLchar *uniformName);
|
D | Context_gl_3_autogen.h | 36 GLsizei *length, GLchar *uniformName); \
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_3_1_autogen.h | 15 GLsizei *length, GLchar *uniformName); \
|
D | validationGL31.cpp | 19 GLchar *uniformName) in ValidateGetActiveUniformName() argument
|
D | validationGL31_autogen.h | 25 GLchar *uniformName);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ShaderD3D.cpp | 204 unsigned int ShaderD3D::getUniformRegister(const std::string &uniformName) const in getUniformRegister() 206 ASSERT(mUniformRegisterMap.count(uniformName) > 0); in getUniformRegister() 207 return mUniformRegisterMap.find(uniformName)->second; in getUniformRegister()
|
D | ShaderD3D.h | 54 unsigned int getUniformRegister(const std::string &uniformName) const;
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSRGBDecodeTests.cpp | 212 UniformData (glw::GLuint uniformLocation, const std::string& uniformName) in UniformData() 214 , name (uniformName) in UniformData() 226 UniformToToggle (const int uniformProgramIdx, const std::string& uniformName) in UniformToToggle() 228 , name (uniformName) {} in UniformToToggle() 649 std::vector<glw::GLchar> uniformName(static_cast<int>(maxLen)); in SRGBTestProgram() 652 gl.getActiveUniform(this->getHandle(), idx, maxLen, NULL, &size, &type, &uniformName[0]); in SRGBTestProgram() 653 location = gl.getUniformLocation(this->getHandle(), &uniformName[0]); in SRGBTestProgram() 655 UniformData uniformData(location, std::string(&uniformName[0], strlen(&uniformName[0]))); in SRGBTestProgram() 868 …void setUniformToggle (const int programIdx, const std::string& uniformName, bool toggleDec…
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramVk.cpp | 359 std::string uniformName = uniform.name; in initDefaultUniformLayoutMapping() local 363 uniformName = gl::StripLastArrayIndex(uniformName); in initDefaultUniformLayoutMapping() 364 ASSERT(uniformName.size() != uniform.name.size()); in initDefaultUniformLayoutMapping() 371 auto it = layoutMap[shaderType].find(uniformName); in initDefaultUniformLayoutMapping()
|
/third_party/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 87 const char* uniformName = nullptr; in emitCode() local 94 &uniformName); in emitCode() 96 return String(uniformName); in emitCode()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | BindUniformLocationTest.cpp | 407 const char *uniformName, in linkProgramWithUniformLocation() argument 411 glBindUniformLocationCHROMIUM(program, uniformLocation, uniformName); in linkProgramWithUniformLocation()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferActiveUniformValidation.hpp | 128 const char* uniformName);
|
D | esextcTextureBufferActiveUniformValidation.cpp | 59 glw::GLenum textureUniforType, const char* uniformName) in TextureParameters() argument 64 m_uniform_name = uniformName; in TextureParameters()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLCPPCodeGenerator.cpp | 913 String uniformName = HCodeGenerator::FieldName(name) + "Var"; in writeSetData() local 919 this->writef(" if (%s.isValid()) {\n", uniformName.c_str()); in writeSetData() 947 mapper->setUniform(pdman, uniformName, valueVar).c_str(), indent.c_str()); in writeSetData() 950 mapper->setUniform(pdman, uniformName, valueVar).c_str()); in writeSetData()
|