Searched defs:CompileShader (Results 1 - 16 of 16) sorted by relevance

/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);
/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/mojo/apps/js/bindings/gl/
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/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,
/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/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h204 void GLES2Implementation::CompileShader(GLuint shader) { function in class:GLES2Implementation
208 helper_->CompileShader(shader);
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_trace_implementation_impl_autogen.h138 void GLES2TraceImplementation::CompileShader(GLuint shader) { function in class:GLES2TraceImplementation
139 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::CompileShader");
140 gl_->CompileShader(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,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h145 void (*CompileShader)(PP_Resource context, GLuint shader); member in struct:PPB_OpenGLES2_1_0
604 void (*CompileShader)(PP_Resource context, GLuint shader); member in struct:PPB_OpenGLES2
/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/common/
H A Dgles2_cmd_format_autogen.h827 struct CompileShader { struct
828 typedef CompileShader ValueType;
853 COMPILE_ASSERT(sizeof(CompileShader) == 8, Sizeof_CompileShader_is_not_8);
854 COMPILE_ASSERT(offsetof(CompileShader, header) == 0,
856 COMPILE_ASSERT(offsetof(CompileShader, shader) == 4,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h4180 KEYWORD1 void KEYWORD2 NAME(CompileShader)(GLuint shader) function
9421 TABLE_ENTRY(CompileShader),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h702 GLAPI void APIENTRY GLAPI_PREFIX(CompileShader)(GLuint shader);
6083 GLAPI void APIENTRY GLAPI_PREFIX(CompileShader)(GLuint shader) function
12409 ".globl "GLAPI_PREFIX_STR(CompileShader)"\n"
12410 ".set "GLAPI_PREFIX_STR(CompileShader)", "GLAPI_PREFIX_STR(CompileShaderARB)"\n"

Completed in 6684 milliseconds