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

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
OES_single_precision.xml 9 <function name="ClearDepthfOES" alias="ClearDepthf" static_dispatch="false">
gles_api.py 45 'ClearDepthf',
304 "ClearDepthf",
ARB_ES2_compatibility.xml 48 <function name="ClearDepthf" offset="assign">
  /external/mesa3d/src/mapi/glapi/gen/
OES_single_precision.xml 9 <function name="ClearDepthfOES" alias="ClearDepthf" static_dispatch="false">
gles_api.py 45 'ClearDepthf',
304 "ClearDepthf",
ARB_ES2_compatibility.xml 48 <function name="ClearDepthf" offset="assign">
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 379 gl.clearDepthf (1.0f);
508 gl.clearDepthf (1.0f);
626 gl.clearDepthf (1.0f);
776 gl.clearDepthf (1.0f);
889 gl.clearDepthf (1.0f);
    [all...]
es2fDepthStencilClearTests.cpp 284 gl.clearDepthf (1.0f);
300 gl.clearDepthf (clear->clearDepth);
es2fDepthTests.cpp 211 context.clearDepthf(1.0f);
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 382 gl.clearDepthf (1.0f);
511 gl.clearDepthf (1.0f);
629 gl.clearDepthf (1.0f);
779 gl.clearDepthf (1.0f);
892 gl.clearDepthf (1.0f);
    [all...]
es3fDepthTests.cpp 214 context.clearDepthf(1.0f);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 33 #define glClearDepthf GLES2_GET_FUN(ClearDepthf)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 32 OP(ClearDepthf) /* 273 */ \
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 21 gl->clearDepthf = &glClearDepthf;
glwFunctions.inl 401 glClearDepthfFunc clearDepthf;
glwInitES20.inl 21 gl->clearDepthf = (glClearDepthfFunc) loader->get("glClearDepthf");
glwInitES30Direct.inl 21 gl->clearDepthf = &glClearDepthf;
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 21 dst->clearDepthf = src.clearDepthf;
  /external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation_impl_autogen.h 120 void GLES2TraceImplementation::ClearDepthf(GLclampf depth) {
121 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ClearDepthf");
122 gl_->ClearDepthf(depth);
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 180 void ClearDepthf(PP_Resource context_id, GLclampf depth) {
183 ToGles2Impl(&enter)->ClearDepthf(depth);
    [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 230 gl.clearDepthf(1.0f);
251 gl.clearDepthf(1.0f);
438 gl.clearDepthf(0.0f);
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 68 VISIT_GL_CALL(ClearDepthf, void, (GLclampf depth), (depth))
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 256 m_curCtx->clearDepthf(depth);
sglrGLContext.hpp 112 virtual void clearDepthf (float depth);
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 174 void ClearDepthf(PP_Resource context_id, GLclampf depth) {
    [all...]

Completed in 707 milliseconds

1 2 3 4