Searched refs:levels (Results 176 - 200 of 234) sorted by relevance

12345678910

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h5509 KEYWORD1 void KEYWORD2 NAME(TexStorage1D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width) argument
5511 (void) target; (void) levels; (void) internalFormat; (void) width;
5512 DISPATCH(TexStorage1D, (target, levels, internalFormat, width), (F, "glTexStorage1D(0x%x, %d, 0x%x, %d);\n", target, levels, internalFormat, width));
5515 KEYWORD1 void KEYWORD2 NAME(TexStorage2D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
5517 (void) target; (void) levels; (void) internalFormat; (void) width; (void) height;
5518 DISPATCH(TexStorage2D, (target, levels, internalFormat, width, height), (F, "glTexStorage2D(0x%x, %d, 0x%x, %d, %d);\n", target, levels, internalFormat, width, height));
5521 KEYWORD1 void KEYWORD2 NAME(TexStorage3D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) argument
5523 (void) target; (void) levels; (voi
5527 TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width) argument
5533 TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
5539 TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) argument
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp_shared.h724 void APIENTRY shared_dispatch_stub_710(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width);
725 void APIENTRY shared_dispatch_stub_711(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height);
726 void APIENTRY shared_dispatch_stub_712(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth);
727 void APIENTRY shared_dispatch_stub_713(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width);
728 void APIENTRY shared_dispatch_stub_714(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height);
729 void APIENTRY shared_dispatch_stub_715(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth);
5329 static void APIENTRY noopTexStorage1D(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width) argument
5331 (void) target; (void) levels; (void) internalFormat; (void) width;
5335 static void APIENTRY noopTexStorage2D(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
5337 (void) target; (void) levels; (voi
5341 noopTexStorage3D(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) argument
5347 noopTextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width) argument
5353 noopTextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
5359 noopTextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) argument
17773 shared_dispatch_stub_710(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width) argument
17780 shared_dispatch_stub_711(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
17787 shared_dispatch_stub_712(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) argument
17794 shared_dispatch_stub_713(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width) argument
17801 shared_dispatch_stub_714(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
17808 shared_dispatch_stub_715(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) argument
[all...]
H A Dglapi_mapi_tmp.h929 GLAPI void APIENTRY GLAPI_PREFIX(TexStorage1D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width);
930 GLAPI void APIENTRY GLAPI_PREFIX(TexStorage2D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height);
931 GLAPI void APIENTRY GLAPI_PREFIX(TexStorage3D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth);
932 GLAPI void APIENTRY GLAPI_PREFIX(TextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width);
933 GLAPI void APIENTRY GLAPI_PREFIX(TextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height);
934 GLAPI void APIENTRY GLAPI_PREFIX(TextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth);
7644 GLAPI void APIENTRY GLAPI_PREFIX(TexStorage1D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width) argument
7648 ((void (APIENTRY *)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width)) _func)(target, levels, internalFormat, width);
7651 GLAPI void APIENTRY GLAPI_PREFIX(TexStorage2D)(GLenum target, GLsizei levels, GLenu argument
7658 TexStorage3D(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) argument
7665 TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width) argument
7672 TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
7679 TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) argument
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1636 void ReferenceContext::texStorage2D (deUint32 target, int levels, deUint32 internalFormat, int width, int height)
1642 RC_IF_ERROR(!de::inRange(levels, 1, (int)deLog2Floor32(de::max(width, height))+1), GL_INVALID_VALUE, RC_RET_VOID);
1659 for (int level = 0; level < levels; level++)
1677 for (int level = 0; level < levels; level++)
1690 void ReferenceContext::texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth)
1696 RC_IF_ERROR(!de::inRange(levels, 1, (int)deLog2Floor32(de::max(width, height))+1), GL_INVALID_VALUE, RC_RET_VOID);
1715 for (int level = 0; level < levels; level++)
1735 for (int level = 0; level < levels; level++)
1757 for (int level = 0; level < levels; level++)
1980 RC_IF_ERROR(level != 0, GL_INVALID_VALUE, RC_RET_VOID); // \todo [2012-03-19 pyry] We should allow other levels a
[all...]
/external/chromium_org/third_party/ply/
H A Dyacc.py2702 def get_caller_module_dict(levels):
2708 while levels > 0:
2710 levels -= 1
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextFuncs.inl3435 GLW_APICALL void GLW_APIENTRY glTexStorage1D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
3438 DE_UNREF(levels);
3443 GLW_APICALL void GLW_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
3446 DE_UNREF(levels);
3452 GLW_APICALL void GLW_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
3455 DE_UNREF(levels);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp411 const tcu::ConstPixelBufferAccess* levels[tcu::CUBEFACE_LAST]; local
414 levels[face] = view.getFaceLevels((tcu::CubeFace)face) + level;
416 return tcu::TextureCubeView(1, levels);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h656 GLsizei levels,
661 target, levels, internalFormat, width, height);
655 GLES2TexStorage2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
H A Dgles2_trace_implementation_impl_autogen.h1043 GLsizei levels,
1048 gl_->TexStorage2DEXT(target, levels, internalFormat, width, height);
1042 TexStorage2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
H A Dgles2_implementation_autogen.h513 GLsizei levels,
H A Dgles2_interface_autogen.h348 GLsizei levels,
H A Dgles2_interface_stub_autogen.h376 GLsizei levels,
H A Dgles2_trace_implementation_autogen.h376 GLsizei levels,
H A Dgles2_cmd_helper_autogen.h1422 GLsizei levels,
1428 c->Init(target, levels, internalFormat, width, height);
1421 TexStorage2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) argument
/external/chromium_org/third_party/angle/include/GLES3/
H A Dgl3.h1053 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
1054 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h393 virtual void texStorage2DEXT(WGC3Denum target, WGC3Dint levels, WGC3Duint internalformat, argument
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DGrGLFunctions.h185 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLTexStorage2DProc)(GrGLenum target, GrGLsizei levels, GrGLenum internalformat, GrGLsizei width, GrGLsizei height);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof3438 my $levels = log($items) / log(2);
3444 if ((2 ** $levels) < $items) {
3445 $levels++;
3452 FetchDynamicProfilesRecurse($levels, 0, 0);
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h457 WGC3Denum target, WGC3Dint levels, WGC3Duint internalformat,
/external/jemalloc/bin/
H A Dpprof3447 my $levels = log($items) / log(2);
3453 if ((2 ** $levels) < $items) {
3454 $levels++;
3461 FetchDynamicProfilesRecurse($levels, 0, 0);
/external/kernel-headers/original/uapi/linux/
H A Dsoundcard.h960 int levels[32]; member in struct:mixer_vol_table
/external/skia/include/gpu/gl/
H A DGrGLFunctions.h184 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLTexStorage2DProc)(GrGLenum target, GrGLsizei levels, GrGLenum internalformat, GrGLsizei width, GrGLsizei height);
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl494 void glTexStorage1D (glw::GLenum target, glw::GLsizei levels, glw::GLenum internalformat, glw::GLsizei width);
495 void glTexStorage2D (glw::GLenum target, glw::GLsizei levels, glw::GLenum internalformat, glw::GLsizei width, glw::GLsizei height);
496 void glTexStorage3D (glw::GLenum target, glw::GLsizei levels, glw::GLenum internalformat, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth);
/external/deqp/framework/opengl/wrapper/
H A DglwApi.inl1040 void glwTexStorage1D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
1041 void glwTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
1042 void glwTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
H A DglwFunctionTypes.inl494 typedef GLW_APICALL void (GLW_APIENTRY* glTexStorage1DFunc) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
495 typedef GLW_APICALL void (GLW_APIENTRY* glTexStorage2DFunc) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
496 typedef GLW_APICALL void (GLW_APIENTRY* glTexStorage3DFunc) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);

Completed in 765 milliseconds

12345678910