/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Program.cpp | 254 mProgramBinary.set(new ProgramBinary(mRenderer)); in link() 301 ProgramBinary* Program::getProgramBinary() const in getProgramBinary() 312 mProgramBinary.set(new ProgramBinary(mRenderer)); in setProgramBinary() 344 ProgramBinary *programBinary = mProgramBinary.get(); in getProgramBinaryLength() 397 ProgramBinary *programBinary = getProgramBinary(); in getActiveAttribute() 421 ProgramBinary *programBinary = getProgramBinary(); in getActiveAttributeCount() 434 ProgramBinary *programBinary = getProgramBinary(); in getActiveAttributeMaxLength() 447 ProgramBinary *programBinary = getProgramBinary(); in getActiveUniform() 471 ProgramBinary *programBinary = getProgramBinary(); in getActiveUniformCount() 484 ProgramBinary *programBinary = getProgramBinary(); in getActiveUniformMaxLength() [all …]
|
D | ProgramBinary.cpp | 87 ProgramBinary::VertexExecutable::VertexExecutable(rx::Renderer *const renderer, in VertexExecutable() 100 ProgramBinary::VertexExecutable::~VertexExecutable() in ~VertexExecutable() 105 bool ProgramBinary::VertexExecutable::matchesSignature(const GLenum signature[]) const in matchesSignature() 128 unsigned int ProgramBinary::mCurrentSerial = 1; 130 ProgramBinary::ProgramBinary(rx::Renderer *renderer) in ProgramBinary() function in gl::ProgramBinary 164 ProgramBinary::~ProgramBinary() in ~ProgramBinary() 192 unsigned int ProgramBinary::getSerial() const in getSerial() 197 int ProgramBinary::getShaderVersion() const in getShaderVersion() 202 unsigned int ProgramBinary::issueSerial() in issueSerial() 207 rx::ShaderExecutable *ProgramBinary::getPixelExecutable() const in getPixelExecutable() [all …]
|
D | Program.h | 30 class ProgramBinary; variable 81 ProgramBinary *getProgramBinary() const; 134 BindingPointer<ProgramBinary> mProgramBinary;
|
D | ProgramBinary.h | 79 class ProgramBinary : public RefCountObject 82 explicit ProgramBinary(rx::Renderer *renderer); 83 ~ProgramBinary(); 178 DISALLOW_COPY_AND_ASSIGN(ProgramBinary);
|
D | angletypes.h | 18 class ProgramBinary; variable 240 ProgramBinary *programBinary,
|
D | Context.h | 46 class ProgramBinary; variable 343 ProgramBinary *getCurrentProgramBinary(); 470 void applyShaders(ProgramBinary *programBinary, bool transformFeedbackActive); 487 …size_t getCurrentTexturesAndSamplerStates(ProgramBinary *programBinary, SamplerType type, Texture … 550 BindingPointer<ProgramBinary> mCurrentProgramBinary;
|
D | libGLESv2.cpp | 2424 gl::ProgramBinary *programBinary = programObject->getProgramBinary(); in glGetAttribLocation() 3738 gl::ProgramBinary *programBinary = programObject->getProgramBinary(); in glGetnUniformfvEXT() 3778 gl::ProgramBinary *programBinary = programObject->getProgramBinary(); in glGetUniformfv() 3824 gl::ProgramBinary *programBinary = programObject->getProgramBinary(); in glGetnUniformivEXT() 3864 gl::ProgramBinary *programBinary = programObject->getProgramBinary(); in glGetUniformiv() 3911 gl::ProgramBinary *programBinary = programObject->getProgramBinary(); in glGetUniformLocation() 5235 gl::ProgramBinary *programBinary = context->getCurrentProgramBinary(); in glUniform1fv() 5265 gl::ProgramBinary *programBinary = context->getCurrentProgramBinary(); in glUniform1iv() 5297 gl::ProgramBinary *programBinary = context->getCurrentProgramBinary(); in glUniform2fv() 5329 gl::ProgramBinary *programBinary = context->getCurrentProgramBinary(); in glUniform2iv() [all …]
|
D | angletypes.cpp | 132 ProgramBinary *programBinary, in GetInputLayout()
|
D | Context.cpp | 1520 ProgramBinary *Context::getCurrentProgramBinary() in getCurrentProgramBinary() 2441 void Context::applyShaders(ProgramBinary *programBinary, bool transformFeedbackActive) in applyShaders() 2453 size_t Context::getCurrentTexturesAndSamplerStates(ProgramBinary *programBinary, SamplerType type, … in getCurrentTexturesAndSamplerStates() 2540 ProgramBinary *programBinary = programObject->getProgramBinary(); in applyUniformBuffers() 2878 ProgramBinary *programBinary = getCurrentProgramBinary(); in drawArrays() 2956 ProgramBinary *programBinary = getCurrentProgramBinary(); in drawElements()
|
D | validationES.cpp | 961 gl::ProgramBinary *programBinary = context->getCurrentProgramBinary(); in ValidateUniformCommonBase()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | VertexDataManager.h | 20 class ProgramBinary; variable 53 …gl::ProgramBinary *programBinary, GLint start, GLsizei count, TranslatedAttribute *outAttribs, GLs…
|
D | Renderer.h | 30 class ProgramBinary; variable 120 …virtual void applyShaders(gl::ProgramBinary *programBinary, bool rasterizerDiscard, bool transform… 121 virtual void applyUniforms(const gl::ProgramBinary &programBinary) = 0; 123 …virtual GLenum applyVertexBuffer(gl::ProgramBinary *programBinary, const gl::VertexAttribute verte…
|
D | VertexDataManager.cpp | 88 …gl::ProgramBinary *programBinary, GLint start, GLsizei count, TranslatedAttribute *translated, GLs… in prepareVertexData()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
D | InputLayoutCache.h | 18 class ProgramBinary; variable 36 gl::ProgramBinary *programBinary);
|
D | Renderer11.h | 80 …virtual void applyShaders(gl::ProgramBinary *programBinary, bool rasterizerDiscard, bool transform… 81 virtual void applyUniforms(const gl::ProgramBinary &programBinary); 82 …virtual GLenum applyVertexBuffer(gl::ProgramBinary *programBinary, const gl::VertexAttribute verte…
|
D | InputLayoutCache.cpp | 90 gl::ProgramBinary *programBinary) in applyVertexBuffers()
|
D | Renderer11.cpp | 1121 GLenum Renderer11::applyVertexBuffer(gl::ProgramBinary *programBinary, const gl::VertexAttribute ve… in applyVertexBuffer() 1501 void Renderer11::applyShaders(gl::ProgramBinary *programBinary, bool rasterizerDiscard, bool transf… in applyShaders() 1564 void Renderer11::applyUniforms(const gl::ProgramBinary &programBinary) in applyUniforms()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 1081 struct ProgramBinary struct 1087 bool programBinariesEqual (const ProgramBinary& first, const ProgramBinary& second) in programBinariesEqual() 1108 void getProgramBinary (ProgramBinary& out, GLuint program); 1109 void loadProgramBinary (ProgramBinary& binary, GLuint program); 1111 void verifyProgramBinary (ProgramBinary& binary); 1152 void ProgramBinaryCase::getProgramBinary (ProgramBinary& out, GLuint program) in getProgramBinary() 1173 void ProgramBinaryCase::loadProgramBinary (ProgramBinary& binary, GLuint program) in loadProgramBinary() 1179 void ProgramBinaryCase::verifyProgramBinary (ProgramBinary& binary) in verifyProgramBinary() 1242 ProgramBinary binary; in test() 1370 ProgramBinary binary; in test() [all …]
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/ |
D | VertexDeclarationCache.h | 28 …ation(IDirect3DDevice9 *device, TranslatedAttribute attributes[], gl::ProgramBinary *programBinary…
|
D | Renderer9.h | 79 …virtual void applyShaders(gl::ProgramBinary *programBinary, bool rasterizerDiscard, bool transform… 80 virtual void applyUniforms(const gl::ProgramBinary &programBinary); 82 …virtual GLenum applyVertexBuffer(gl::ProgramBinary *programBinary, const gl::VertexAttribute verte…
|
D | VertexDeclarationCache.cpp | 44 …ation(IDirect3DDevice9 *device, TranslatedAttribute attributes[], gl::ProgramBinary *programBinary… in applyDeclaration()
|
D | Renderer9.cpp | 1410 GLenum Renderer9::applyVertexBuffer(gl::ProgramBinary *programBinary, const gl::VertexAttribute ver… in applyVertexBuffer() 1731 void Renderer9::applyShaders(gl::ProgramBinary *programBinary, bool rasterizerDiscard, bool transfo… in applyShaders() 1768 void Renderer9::applyUniforms(const gl::ProgramBinary &programBinary) in applyUniforms()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | memory_program_cache_unittest.cc | 51 void ProgramBinary(GLuint program, in ProgramBinary() function in gpu::gles2::ProgramBinaryEmulator 155 ProgramBinary(program_id, in SetExpectationsForLoadLinkedProgram() 159 .WillOnce(Invoke(emulator, &ProgramBinaryEmulator::ProgramBinary)); in SetExpectationsForLoadLinkedProgram() 169 ProgramBinary(program_id, in SetExpectationsForLoadLinkedProgramFailure() 173 .WillOnce(Invoke(emulator, &ProgramBinaryEmulator::ProgramBinary)); in SetExpectationsForLoadLinkedProgramFailure()
|
/external/chromium_org/build/secondary/third_party/angle/ |
D | BUILD.gn | 334 "src/libGLESv2/ProgramBinary.cpp", 335 "src/libGLESv2/ProgramBinary.h",
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | gl_mangle.h | 1310 #define glProgramBinary MANGLE(ProgramBinary)
|