Searched refs:shadertype (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshaderapi.h182 _mesa_GetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype,
H A Dshaderapi.c1459 _mesa_GetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, argument
1466 switch (shadertype) {
1475 "glGetShaderPrecisionFormat(shadertype)");
/external/mesa3d/src/mesa/main/
H A Dshaderapi.h182 _mesa_GetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype,
H A Dshaderapi.c1459 _mesa_GetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, argument
1466 switch (shadertype) {
1475 "glGetShaderPrecisionFormat(shadertype)");
/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.cc150 WebKit::WGC3Denum shadertype,
149 getShaderPrecisionFormat( WebKit::WGC3Denum shadertype, WebKit::WGC3Denum precisiontype, WebKit::WGC3Dint* range, WebKit::WGC3Dint* precision) argument
H A Dfake_web_graphics_context_3d.h283 WebKit::WGC3Denum shadertype,
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h160 virtual void getShaderPrecisionFormat(WGC3Denum shadertype, WGC3Denum precisiontype, WGC3Dint* range, WGC3Dint* precision) { } argument
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c376 GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) {
378 glGetCurrentContextPPAPI(), shadertype, precisiontype, range, precision); local
375 glGetShaderPrecisionFormat( GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) argument
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc377 PP_Resource context_id, GLenum shadertype, GLenum precisiontype,
381 shadertype, precisiontype, range, precision);
376 GetShaderPrecisionFormat( PP_Resource context_id, GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) argument
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dglext.h1039 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
1044 typedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMBINARYSOURCEQCOMPROC) (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
/external/mesa3d/include/GLES/
H A Dglext.h1039 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
1044 typedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMBINARYSOURCEQCOMPROC) (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h258 GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) {
260 shadertype, precisiontype, range, precision);
257 GLES2GetShaderPrecisionFormat( GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) argument
H A Dgles2_trace_implementation_impl_autogen.h406 GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) {
408 gl_->GetShaderPrecisionFormat(shadertype, precisiontype, range, precision);
405 GetShaderPrecisionFormat( GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) argument
H A Dgles2_implementation.cc2034 GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) {
2037 << GLES2Util::GetStringShaderType(shadertype) << ", "
2048 GLStaticState::ShaderPrecisionKey key(shadertype, precisiontype);
2056 shadertype, precisiontype, GetResultShmId(), GetResultShmOffset());
2033 GetShaderPrecisionFormat( GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) argument
H A Dgles2_implementation_autogen.h186 GLenum shadertype, GLenum precisiontype, GLint* range,
H A Dgles2_interface_autogen.h114 GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) =
H A Dgles2_interface_stub_autogen.h120 GLenum shadertype, GLenum precisiontype, GLint* range,
H A Dgles2_trace_implementation_autogen.h120 GLenum shadertype, GLenum precisiontype, GLint* range,
/external/chromium_org/third_party/angle_dx11/include/GLES2/
H A Dgl2ext.h1503 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
1508 typedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMBINARYSOURCEQCOMPROC) (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
H A Dgl2.h543 GL_APICALL void GL_APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision);
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2ext.h1482 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
1487 typedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMBINARYSOURCEQCOMPROC) (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
/external/mesa3d/include/GLES2/
H A Dgl2ext.h1482 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
1487 typedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMBINARYSOURCEQCOMPROC) (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h299 virtual void getShaderPrecisionFormat(WGC3Denum shadertype,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h164 PP_Resource context, GLenum shadertype, GLenum precisiontype,
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h305 virtual void getShaderPrecisionFormat(WGC3Denum shadertype, WGC3Denum precisiontype, WGC3Dint* range, WGC3Dint* precision) = 0;

Completed in 515 milliseconds

12