OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProgramBinary
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.h
56
// This is the result of linking a program. It is the state that would be passed to
ProgramBinary
.
57
class
ProgramBinary
: public RefCountObject
60
explicit
ProgramBinary
(rx::Renderer *renderer);
61
~
ProgramBinary
();
123
DISALLOW_COPY_AND_ASSIGN(
ProgramBinary
);
ProgramBinary.cpp
12
#include "libGLESv2/
ProgramBinary
.h"
47
unsigned int
ProgramBinary
::mCurrentSerial = 1;
49
ProgramBinary
::
ProgramBinary
(rx::Renderer *renderer) : mRenderer(renderer), RefCountObject(0), mSerial(issueSerial())
77
ProgramBinary
::~
ProgramBinary
()
95
unsigned int
ProgramBinary
::getSerial() const
100
unsigned int
ProgramBinary
::issueSerial()
105
rx::ShaderExecutable *
ProgramBinary
::getPixelExecutable()
110
rx::ShaderExecutable *
ProgramBinary
::getVertexExecutable(
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
memory_program_cache_unittest.cc
50
void
ProgramBinary
(GLuint program,
160
ProgramBinary
(program_id,
164
.WillOnce(Invoke(emulator, &ProgramBinaryEmulator::
ProgramBinary
));
174
ProgramBinary
(program_id,
178
.WillOnce(Invoke(emulator, &ProgramBinaryEmulator::
ProgramBinary
));
Completed in 39 milliseconds