Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:_mesa_is_gles
(Results
1 - 24
of
24
) sorted by relevance
/third_party/mesa3d/src/mesa/main/
H
A
D
genmipmap.c
52
error =
_mesa_is_gles
(ctx);
in _mesa_is_valid_generate_texture_mipmap_target()
64
error =
_mesa_is_gles
(ctx) || !ctx->Extensions.EXT_texture_array;
in _mesa_is_valid_generate_texture_mipmap_target()
67
error = (
_mesa_is_gles
(ctx) && ctx->Version < 30)
in _mesa_is_valid_generate_texture_mipmap_target()
H
A
D
copyimage.c
462
if (
_mesa_is_gles
(ctx))
in compressed_format_compatible()
473
if (
_mesa_is_gles
(ctx))
in compressed_format_compatible()
479
if (
_mesa_is_gles
(ctx) && _mesa_is_astc_format(compressedFormat))
in compressed_format_compatible()
H
A
D
clear.c
166
&& (ctx->API == API_OPENGL_CORE ||
_mesa_is_gles
(ctx))) {
in clear()
294
if (
_mesa_is_gles
(ctx))
in make_color_buffer_mask()
H
A
D
texcompress.c
316
if (
_mesa_is_gles
(ctx)) {
in _mesa_get_compressed_formats()
328
if (
_mesa_is_gles
(ctx)
in _mesa_get_compressed_formats()
H
A
D
context.h
266
_mesa_is_gles
(const struct gl_context *ctx)
in _mesa_is_gles()
function
H
A
D
pipelineobj.c
1022
if ((
_mesa_is_gles
(ctx) || (ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) &&
in _mesa_validate_program_pipeline()
1024
if (
_mesa_is_gles
(ctx))
in _mesa_validate_program_pipeline()
H
A
D
blend.c
1206
if (ctx->Visual.doubleBufferMode ||
_mesa_is_gles
(ctx)) {
in _mesa_init_color()
1221
ctx->Color.sRGBEnabled =
_mesa_is_gles
(ctx);
in _mesa_init_color()
H
A
D
texparam.c
822
if (
_mesa_is_gles
(ctx))
in set_tex_parameterf()
2383
if (
_mesa_is_gles
(ctx))
in get_tex_parameterfv()
2466
if (!
_mesa_is_gles
(ctx) || !ctx->Extensions.OES_EGL_image_external)
in get_tex_parameterfv()
2670
if (
_mesa_is_gles
(ctx))
in get_tex_parameteriv()
2757
if (!
_mesa_is_gles
(ctx) || !ctx->Extensions.OES_EGL_image_external)
in get_tex_parameteriv()
H
A
D
teximage.c
1873
if (err == GL_INVALID_ENUM &&
_mesa_is_gles
(ctx) && ctx->Version < 20)
in texture_error_check()
1898
if (
_mesa_is_gles
(ctx) &&
in texture_error_check()
2219
GLenum internalFormat =
_mesa_is_gles
(ctx) ?
in texsubimage_error_check()
2228
if (
_mesa_is_gles
(ctx) &&
in texsubimage_error_check()
2335
if (
_mesa_is_gles
(ctx) && !_mesa_is_gles3(ctx)) {
in copytexture_error_check()
2411
if (
_mesa_is_gles
(ctx)) {
in copytexture_error_check()
2502
} else if (
_mesa_is_gles
(ctx) &&
in copytexture_error_check()
2521
if (
_mesa_is_gles
(ctx) && is_unorm != is_rbunorm)
in copytexture_error_check()
2671
if (
_mesa_is_gles
(ctx) && _mesa_is_stencil_format(texImage->_BaseFormat)) {
in copytexsubimage_error_check()
3066
if (
_mesa_is_gles
(ct
in teximage()
[all...]
H
A
D
renderbuffer.c
328
if (ctx &&
_mesa_is_gles
(ctx)) {
in _mesa_init_renderbuffer()
H
A
D
shaderimage.c
649
if (
_mesa_is_gles
(ctx) && !texObj->Immutable && !texObj->External &&
in _mesa_BindImageTexture()
H
A
D
queryobj.c
950
if (
_mesa_is_gles
(ctx)) {
in _mesa_GetQueryIndexediv()
1102
if (
_mesa_is_gles
(ctx) &&
in get_query_object()
H
A
D
texobj.c
209
return
_mesa_is_gles
(ctx) && ctx->Extensions.OES_EGL_image_external
in _mesa_get_current_tex_object()
716
if (
_mesa_is_gles
(ctx) && !valid_filter_for_float(ctx, t)) {
in _mesa_test_texobj_completeness()
1561
return
_mesa_is_gles
(ctx) && ctx->Extensions.OES_EGL_image_external
in _mesa_tex_target_to_index()
H
A
D
version.c
216
create_version_string(ctx,
_mesa_is_gles
(ctx) ? "OpenGL ES " : "");
in _mesa_override_gl_version()
H
A
D
fbobject.c
1028
if (
_mesa_is_gles
(ctx) && !gles_check_float_renderable(ctx, att)) {
in test_attachment_completeness()
1345
if ((
_mesa_is_gles
(ctx) && _mesa_has_EXT_color_buffer_half_float(ctx)) &&
in _mesa_test_framebuffer_completeness()
2654
return
_mesa_is_gles
(ctx) || ctx->Extensions.ARB_ES2_compatibility
in _mesa_base_fbo_format()
3778
(
_mesa_is_gles
(ctx) && ctx->Version < 30);
in check_textarget()
3784
(
_mesa_is_gles
(ctx) && ctx->Version < 31);
in check_textarget()
3787
err = dims != 2 ||
_mesa_is_gles
(ctx) ||
in check_textarget()
H
A
D
blit.c
240
if (
_mesa_is_gles
(ctx) &&
in validate_color_buffer()
H
A
D
ff_fragment_shader.cpp
1071
if (
_mesa_is_gles
(ctx) && ctx->Extensions.OES_EGL_image_external)
in create_new_program()
H
A
D
context.c
1547
if (
_mesa_is_gles
(newCtx) &&
in _mesa_make_current()
H
A
D
readpix.c
1089
if (
_mesa_is_gles
(ctx)) {
in read_pixels()
H
A
D
varray.c
577
if (
_mesa_is_gles
(ctx)) {
in get_legal_types_mask()
720
if (
_mesa_is_gles
(ctx) && sizeMax == BGRA_OR_4) {
in validate_array_format()
H
A
D
glformats.c
2328
if (
_mesa_is_gles
(ctx)) {
in _mesa_base_tex_format()
H
A
D
shaderapi.c
353
const bool same_type_disallowed =
_mesa_is_gles
(ctx);
in attach_shader_err()
H
A
D
bufferobj.c
818
return
_mesa_is_gles
(ctx) ? GL_WRITE_ONLY : GL_READ_WRITE;
in simplified_access_mode()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_format.c
1317
if (
_mesa_is_gles
(ctx)) {
in st_ChooseTextureFormat()
Completed in 57 milliseconds