Searched refs:program_ (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
D | texturetest.cc | 62 program_ = InitShaderProgram(kVertexShader, kFragmentShader); in Run() 64 int attr1 = glGetAttribLocation(program_, "c1"); in Run() 68 int attr2 = glGetAttribLocation(program_, "c2"); in Run() 72 int texture_sampler = glGetUniformLocation(program_, "texture"); in Run() 154 glDeleteProgram(program_); in Run()
|
D | texturetest.h | 37 GLuint program_; variable
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | open_gles20.mm | 64 program_ = 0; 77 if (program_) { 79 glDeleteProgram(program_); 84 program_ = CreateProgram(vertext_shader_, fragment_shader_); 85 if (!program_) { 89 int position_handle = glGetAttribLocation(program_, "aPosition"); 90 int texture_handle = glGetAttribLocation(program_, "aTextureCoord"); 107 glUseProgram(program_); 108 int i = glGetUniformLocation(program_, "Ytex"); 111 i = glGetUniformLocation(program_, "Utex"); [all …]
|
D | open_gles20.h | 54 GLuint program_; variable
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.hpp | 112 …DrawCommand (const RenderState& state_, const RenderTarget& renderTarget_, const Program& program_… in DrawCommand() argument 115 , program (program_) in DrawCommand()
|