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:GR_GL_NO_ERROR
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/src/gpu/gl/
H
A
D
GrGLBuffer.cpp
23
return static_cast<GrGLenum>(
GR_GL_NO_ERROR
); \
118
if (error !=
GR_GL_NO_ERROR
) {
in GrGLBuffer()
187
if (error !=
GR_GL_NO_ERROR
) {
in onMap()
200
if (error !=
GR_GL_NO_ERROR
) {
in onMap()
222
if (error !=
GR_GL_NO_ERROR
) {
in onMap()
281
if (error !=
GR_GL_NO_ERROR
) {
in onUpdateData()
294
if (error !=
GR_GL_NO_ERROR
) {
in onUpdateData()
306
if (error !=
GR_GL_NO_ERROR
) {
in onUpdateData()
H
A
D
GrGLAttachment.cpp
19
return static_cast<GrGLenum>(
GR_GL_NO_ERROR
); \
52
return error ==
GR_GL_NO_ERROR
;
in renderbuffer_storage_msaa()
78
if (error !=
GR_GL_NO_ERROR
) {
in MakeStencil()
H
A
D
GrGLInterfaceAutogen.cpp
25
case
GR_GL_NO_ERROR
:
in get_error_string()
43
if (error !=
GR_GL_NO_ERROR
&& !fSuppressErrorLogging) {
in checkError()
H
A
D
GrGLGpu.cpp
53
return static_cast<GrGLenum>(
GR_GL_NO_ERROR
); \
1111
if (error !=
GR_GL_NO_ERROR
) {
in uploadCompressedTexData()
1131
if (error !=
GR_GL_NO_ERROR
) {
in uploadCompressedTexData()
1155
if (error !=
GR_GL_NO_ERROR
) {
in uploadCompressedTexData()
1188
return error ==
GR_GL_NO_ERROR
;
in renderbufferStorageMSAA()
1639
if (error ==
GR_GL_NO_ERROR
) {
in getCompatibleStencilIndex()
1748
success = (error ==
GR_GL_NO_ERROR
);
in createTexture()
1752
GrGLenum error =
GR_GL_NO_ERROR
;
in createTexture()
1754
for (int level = 0; level < mipLevelCount && error ==
GR_GL_NO_ERROR
; level++) {
in createTexture()
1762
success = (error ==
GR_GL_NO_ERROR
);
in createTexture()
[all...]
H
A
D
GrGLDefines.h
175
#define
GR_GL_NO_ERROR
0
macro
/third_party/skia/tools/gpu/gl/egl/
H
A
D
CreatePlatformGLTestContext_egl.cpp
254
while (this->gl()->fFunctions.fGetError() !=
GR_GL_NO_ERROR
) {}
in eglImageToExternalTexture()
271
if (this->gl()->fFunctions.fGetError() !=
GR_GL_NO_ERROR
) {
in eglImageToExternalTexture()
276
if (this->gl()->fFunctions.fGetError() !=
GR_GL_NO_ERROR
) {
in eglImageToExternalTexture()
/third_party/skia/tools/gpu/gl/angle/
H
A
D
GLTestContext_angle.cpp
385
while (this->gl()->fFunctions.fGetError() !=
GR_GL_NO_ERROR
) {}
in eglImageToExternalTexture()
401
if (this->gl()->fFunctions.fGetError() !=
GR_GL_NO_ERROR
) {
in eglImageToExternalTexture()
406
if (this->gl()->fFunctions.fGetError() !=
GR_GL_NO_ERROR
) {
in eglImageToExternalTexture()
/third_party/skia/tests/
H
A
D
VkHardwareBufferTest.cpp
221
while (fGLCtx->gl()->fFunctions.fGetError() !=
GR_GL_NO_ERROR
) {}
in importHardwareBuffer()
241
if (fGLCtx->gl()->fFunctions.fGetError() !=
GR_GL_NO_ERROR
) {
in importHardwareBuffer()
247
if (GrGLenum error = fGLCtx->gl()->fFunctions.fGetError(); error !=
GR_GL_NO_ERROR
) {
in importHardwareBuffer()
/third_party/skia/src/gpu/gl/builders/
H
A
D
GrGLProgramBuilder.cpp
307
if (this->gpu()->getErrorAndCheckForOOM() ==
GR_GL_NO_ERROR
) {
in finalize()
/third_party/skia/src/gpu/
H
A
D
GrDirectContext.cpp
1236
if (error ==
GR_GL_NO_ERROR
&& (errorContext->fRandom.nextU() % 300) == 0) {
in make_get_error_with_random_oom()
Completed in 17 milliseconds