OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProgramCache
(Results
1 - 6
of
6
) sorted by null
/external/skia/gpu/src/
GrGpuGLShaders.h
47
class
ProgramCache
;
80
ProgramCache
* fProgramCache;
GrGpuGLShaders.cpp
31
class GrGpuGLShaders::
ProgramCache
: public ::GrNoncopyable {
71
ProgramCache
()
76
~
ProgramCache
() {
264
fProgramCache = new
ProgramCache
();
[
all
...]
/frameworks/base/libs/hwui/
ProgramCache.cpp
22
#include "
ProgramCache
.h"
348
ProgramCache
::
ProgramCache
() {
351
ProgramCache
::~
ProgramCache
() {
359
void
ProgramCache
::clear() {
369
Program*
ProgramCache
::get(const ProgramDescription& description) {
387
Program*
ProgramCache
::generateProgram(const ProgramDescription& description, programid key) {
395
String8
ProgramCache
::generateVertexShader(const ProgramDescription& description) {
467
String8
ProgramCache
::generateFragmentShader(const ProgramDescription& description)
[
all
...]
ProgramCache.h
96
* A ProgramDescription must be used in conjunction with a
ProgramCache
.
285
class
ProgramCache
{
287
ProgramCache
();
288
~
ProgramCache
();
304
}; // class
ProgramCache
Android.mk
24
ProgramCache
.cpp \
Caches.h
33
#include "
ProgramCache
.h"
180
ProgramCache
programCache
;
Completed in 135 milliseconds