Searched refs:CompileShader (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/angle/util/
H A Dshader_utils.cpp33 GLuint CompileShader(GLenum type, const std::string &source) function
69 return CompileShader(type, source);
76 GLuint vs = CompileShader(GL_VERTEX_SHADER, vsSource);
77 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, fsSource);
H A Dshader_utils.h23 GLuint CompileShader(GLenum type, const std::string &source);
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.h41 static void CompileShader(const gin::Arguments& args, GLuint shader);
H A Dcontext.cc50 void Context::CompileShader(const gin::Arguments& args, GLuint shader) { function in class:mojo::js::gl::Context
132 .SetMethod("compileShader", CompileShader)
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLShaderStringBuilder.cpp43 GR_GL_CALL(gli, CompileShader(shaderId));
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_readback_unittest.cc127 static GLuint CompileShader(GLenum type, const char *data) { function in namespace:gpu
180 GLuint vertex_shader = CompileShader(GL_VERTEX_SHADER, vs_source);
190 GLuint fragment_shader = CompileShader(GL_FRAGMENT_SHADER, fs_source);
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dgraphics_3d.cc109 GLuint CompileShader(GLenum type, const char* data) { function in namespace:__anon8877
349 frag_shader_ = CompileShader(GL_FRAGMENT_SHADER, kFragShaderSource);
353 vertex_shader_ = CompileShader(GL_VERTEX_SHADER, kVertexShaderSource);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dcube.cc110 GLuint CompileShader(GLenum type, const char* data) { function in namespace:__anon8905
349 frag_shader_ = CompileShader(GL_FRAGMENT_SHADER, kFragShaderSource);
353 vertex_shader_ = CompileShader(GL_VERTEX_SHADER, kVertexShaderSource);
/external/chromium_org/cc/output/
H A Dprogram_binding.cc89 context->CompileShader(shader);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_copy_texture_chromium.cc173 void CompileShader(GLuint shader, const char* shader_source) { function in namespace:__anon8416
403 CompileShader(*vertex_shader, vertex_shader_source[vertex_shader_id]);
409 CompileShader(*fragment_shader,
H A Dgles2_cmd_decoder_unittest_programs.cc638 CompileShader compile_cmd;
641 EXPECT_CALL(*gl_, CompileShader(kServiceShaderId));
673 EXPECT_CALL(*gl_, CompileShader(kServiceShaderId));
677 CompileShader cmd;
683 CompileShader cmd;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h35 OP(CompileShader) /* 276 */ \
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp56 GET_PROC(CompileShader);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp87 GET_PROC(CompileShader);
335 GET_PROC(CompileShader);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h36 #define glCompileShader GLES2_GET_FUN(CompileShader)
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp66 GET_PROC(CompileShader);
/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc411 gles2_if_->CompileShader(context, shader);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc205 void CompileShader(PP_Resource context_id, GLuint shader) { function in namespace:ppapi::__anon10171
208 ToGles2Impl(&enter)->CompileShader(shader);
1621 &CompileShader, &CompressedTexImage2D,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h81 void GLES2InterfaceStub::CompileShader(GLuint /* shader */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h177 void CompileShader(GLuint shader) { function
178 gles2::cmds::CompileShader* c = GetCmdSpace<gles2::cmds::CompileShader>();
H A Dgles2_implementation_unittest_autogen.h199 TEST_F(GLES2ImplementationTest, CompileShader) {
201 cmds::CompileShader cmd;
206 gl_->CompileShader(1);
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc711 gles2_if_->CompileShader(context_->pp_resource(), shader);
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc712 gles2_if_->CompileShader(context_->pp_resource(), shader);
H A Dvideo_decode_dev.cc677 gles2_if_->CompileShader(context_->pp_resource(), shader);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc199 void CompileShader(PP_Resource context_id, GLuint shader) { function in namespace:mojo::examples::__anon8751
1389 &CompileShader, &CompressedTexImage2D,

Completed in 4483 milliseconds

12