HomeSort by relevance Sort by last modified time
    Searched full:getshaderprecisionformat (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
ARB_ES2_compatibility.xml 21 <function name="GetShaderPrecisionFormat" offset="assign">
gles_api.py 356 "GetShaderPrecisionFormat",
  /external/mesa3d/src/mapi/glapi/gen/
ARB_ES2_compatibility.xml 21 <function name="GetShaderPrecisionFormat" offset="assign">
gles_api.py 356 "GetShaderPrecisionFormat",
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_programs.cc 364 GetShaderPrecisionFormat cmd;
365 typedef GetShaderPrecisionFormat::Result Result;
370 EXPECT_CALL(*gl_, GetShaderPrecisionFormat(_, _, _, _))
387 GetShaderPrecisionFormat cmd;
388 typedef GetShaderPrecisionFormat::Result Result;
400 typedef GetShaderPrecisionFormat::Result Result;
403 GetShaderPrecisionFormat cmd;
419 GetShaderPrecisionFormat cmd;
    [all...]
  /external/chromium_org/cc/test/
test_gles2_interface.h 39 virtual void GetShaderPrecisionFormat(GLenum shadertype,
test_gles2_interface.cc 96 void TestGLES2Interface::GetShaderPrecisionFormat(GLenum shadertype,
100 test_context_->getShaderPrecisionFormat(
test_web_graphics_context_3d.h 215 virtual void getShaderPrecisionFormat(GLenum shadertype,
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp     [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 86 #define glGetShaderPrecisionFormat GLES2_GET_FUN(GetShaderPrecisionFormat)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 86 OP(GetShaderPrecisionFormat) /* 327 */ \
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 73 gl->getShaderPrecisionFormat = &glGetShaderPrecisionFormat;
glwFunctions.inl 399 glGetShaderPrecisionFormatFunc getShaderPrecisionFormat;
glwInitES20.inl 73 gl->getShaderPrecisionFormat = (glGetShaderPrecisionFormatFunc) loader->get("glGetShaderPrecisionFormat");
glwInitES30Direct.inl 73 gl->getShaderPrecisionFormat = &glGetShaderPrecisionFormat;
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 73 dst->getShaderPrecisionFormat = src.getShaderPrecisionFormat;
  /external/deqp/modules/gles3/functional/
es3fShaderStateQueryTests.cpp     [all...]
  /external/chromium_org/cc/output/
shader.cc 81 // GetShaderPrecisionFormat is a test stub.
82 // TODO(brianderson): Implement better stubs of GetShaderPrecisionFormat
86 GLC(context, context->GetShaderPrecisionFormat(GL_FRAGMENT_SHADER,
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation_impl_autogen.h 471 void GLES2TraceImplementation::GetShaderPrecisionFormat(GLenum shadertype,
475 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetShaderPrecisionFormat");
476 gl_->GetShaderPrecisionFormat(shadertype, precisiontype, range, precision);
    [all...]
gles2_implementation.cc 245 // Setup query for multiple GetShaderPrecisionFormat's
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 671 void GetShaderPrecisionFormat(PP_Resource context_id,
679 ->GetShaderPrecisionFormat(shadertype, precisiontype, range, precision);
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 263 GetShaderPrecisionFormat,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 249 void (*GetShaderPrecisionFormat)(PP_Resource context,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 153 virtual void getShaderPrecisionFormat(WGC3Denum shadertype, WGC3Denum precisiontype, WGC3Dint* range, WGC3Dint* precision) { }
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 660 void GetShaderPrecisionFormat(PP_Resource context_id,
    [all...]

Completed in 2176 milliseconds

1 2 3