Searched refs:program_out (Results 1 – 2 of 2) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/ |
| D | YUVConverter.cpp | 221 static void createYUVGLShader(GLuint* program_out, in createYUVGLShader() argument 229 assert(program_out); in createYUVGLShader() 292 *program_out = s_gles2.glCreateProgram(); in createYUVGLShader() 293 s_gles2.glAttachShader(*program_out, vshader); in createYUVGLShader() 294 s_gles2.glAttachShader(*program_out, fshader); in createYUVGLShader() 295 s_gles2.glLinkProgram(*program_out); in createYUVGLShader() 297 *ywidthcutoffloc_out = s_gles2.glGetUniformLocation(*program_out, "yWidthCutoff"); in createYUVGLShader() 298 *cwidthcutoffloc_out = s_gles2.glGetUniformLocation(*program_out, "cWidthCutoff"); in createYUVGLShader() 299 *ysamplerloc_out = s_gles2.glGetUniformLocation(*program_out, "ysampler"); in createYUVGLShader() 300 *usamplerloc_out = s_gles2.glGetUniformLocation(*program_out, "usampler"); in createYUVGLShader() [all …]
|
| /device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/ |
| D | YUVConverter.cpp | 205 GLuint* program_out, in createYUVGLShader() argument 213 assert(program_out); in createYUVGLShader() 276 *program_out = s_gles2.glCreateProgram(); in createYUVGLShader() 277 s_gles2.glAttachShader(*program_out, *vshader_out); in createYUVGLShader() 278 s_gles2.glAttachShader(*program_out, *fshader_out); in createYUVGLShader() 279 s_gles2.glLinkProgram(*program_out); in createYUVGLShader() 281 s_gles2.glUseProgram(*program_out); in createYUVGLShader() 282 *ywidthcutoffloc_out = s_gles2.glGetUniformLocation(*program_out, "yWidthCutoff"); in createYUVGLShader() 283 *cwidthcutoffloc_out = s_gles2.glGetUniformLocation(*program_out, "cWidthCutoff"); in createYUVGLShader() 284 *ysamplerloc_out = s_gles2.glGetUniformLocation(*program_out, "ysampler"); in createYUVGLShader() [all …]
|