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
31
struct
ShaderDesc
{
47
bool setUp(const
ShaderDesc
* shaderDescs, size_t numShaders);
75
bool setUpShaders(const
ShaderDesc
* shaderDescs, size_t numShaders);
86
const
ShaderDesc
* mShaderDescs;
GLHelper.cpp
39
bool GLHelper::setUp(const
ShaderDesc
* shaderDescs, size_t numShaders) {
406
bool GLHelper::setUpShaders(const
ShaderDesc
* shaderDescs, size_t numShaders) {
Main.cpp
206
static const
ShaderDesc
shaders[] = {
Completed in 56 milliseconds