OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBlueProgram
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/tests/angle_tests/
MaxTextureSizeTest.cpp
56
mBlueProgram
= CompileProgram(vsSource, blueFSSource);
57
if (mTextureProgram == 0 ||
mBlueProgram
== 0)
74
glDeleteProgram(
mBlueProgram
);
82
GLuint
mBlueProgram
;
256
drawQuad(
mBlueProgram
, "position", 0.5f);
BlitFramebufferANGLETest.cpp
17
mBlueProgram
= 0;
96
mBlueProgram
= CompileProgram(passthroughVS, blueFS);
97
if (mCheckerProgram == 0 ||
mBlueProgram
== 0)
222
glDeleteProgram(
mBlueProgram
);
272
GLuint
mBlueProgram
;
514
drawQuad(
mBlueProgram
, "position", 0.8f);
551
drawQuad(
mBlueProgram
, "position", 0.8f);
679
drawQuad(
mBlueProgram
, "position", 0.8f);
720
drawQuad(
mBlueProgram
, "position", 0.8f); // blue quad will draw if stencil buffer was copied
[
all
...]
Completed in 57 milliseconds