OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shaderExecutable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.h
46
class
ShaderExecutable
;
104
rx::
ShaderExecutable
*getPixelExecutableForFramebuffer(const Framebuffer *fbo);
105
rx::
ShaderExecutable
*getPixelExecutableForOutputLayout(const std::vector<GLenum> &outputLayout);
106
rx::
ShaderExecutable
*getVertexExecutableForInputLayout(const VertexFormat inputLayout[MAX_VERTEX_ATTRIBS]);
107
rx::
ShaderExecutable
*getGeometryExecutable() const;
260
rx::
ShaderExecutable
*
shaderExecutable
);
267
rx::
ShaderExecutable
*
shaderExecutable
() const { return mShaderExecutable; }
272
rx::
ShaderExecutable
*mShaderExecutable
[
all
...]
ProgramBinary.cpp
15
#include "libGLESv2/renderer/
ShaderExecutable
.h"
141
rx::
ShaderExecutable
*
shaderExecutable
)
142
: mShaderExecutable(
shaderExecutable
)
169
ProgramBinary::PixelExecutable::PixelExecutable(const std::vector<GLenum> &outputSignature, rx::
ShaderExecutable
*
shaderExecutable
)
171
mShaderExecutable(
shaderExecutable
)
233
rx::
ShaderExecutable
*ProgramBinary::getPixelExecutableForFramebuffer(const Framebuffer *fbo)
256
rx::
ShaderExecutable
*ProgramBinary::getPixelExecutableForOutputLayout(const std::vector<GLenum> &outputSignature)
262
return mPixelExecutables[executableIndex]->
shaderExecutable
();
[
all
...]
Completed in 63 milliseconds