OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShaderDesc
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/flatland/
GLHelper.h
32
struct
ShaderDesc
{
48
bool setUp(const
ShaderDesc
* shaderDescs, size_t numShaders);
76
bool setUpShaders(const
ShaderDesc
* shaderDescs, size_t numShaders);
89
const
ShaderDesc
* mShaderDescs;
GLHelper.cpp
37
bool GLHelper::setUp(const
ShaderDesc
* shaderDescs, size_t numShaders) {
401
bool GLHelper::setUpShaders(const
ShaderDesc
* shaderDescs, size_t numShaders) {
Main.cpp
133
static const
ShaderDesc
shaders[] = {
Completed in 42 milliseconds