Home
last modified time | relevance | path

Searched refs:is_buffer (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp/modules/gles2/functional/
Des2fNegativeStateApiTests.cpp601 ES2F_ADD_API_CASE(is_buffer, "Invalid glIsBuffer() usage", in init()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c642 bool is_buffer = rviews[i]->base.texture->target == PIPE_BUFFER; in r600_set_sampler_views() local
644 if (!is_buffer && rtex->db_compatible) { in r600_set_sampler_views()
651 if (!is_buffer && rtex->cmask.size) { in r600_set_sampler_views()
/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp1073 ES3F_ADD_API_CASE(is_buffer, "Invalid glIsBuffer() usage", in init()
/external/python/cpython3/Modules/
Dposixmodule.c853 int is_index, is_buffer, is_bytes, is_unicode; in path_converter() local
891 is_buffer = PyObject_CheckBuffer(o); in path_converter()
895 if (!is_index && !is_buffer && !is_unicode && !is_bytes) { in path_converter()
951 else if (is_buffer) { in path_converter()
/external/python/cpython3/Objects/
Dunicodeobject.c3900 int is_buffer = 0; in PyUnicode_FSDecoder() local
3908 is_buffer = PyObject_CheckBuffer(arg); in PyUnicode_FSDecoder()
3909 if (!is_buffer) { in PyUnicode_FSDecoder()
3927 else if (PyBytes_Check(path) || is_buffer) { in PyUnicode_FSDecoder()
/external/deqp/android/cts/mnc/
Dgles2-master.txt11697 dEQP-GLES2.functional.negative_api.state.is_buffer
Dgles3-master.txt38471 dEQP-GLES3.functional.negative_api.state.is_buffer
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles2-master.txt11621 dEQP-GLES2.functional.negative_api.state.is_buffer
Dgles3-master.txt38471 dEQP-GLES3.functional.negative_api.state.is_buffer
/external/deqp/android/cts/nyc/src/
Dgles2-master.txt11579 dEQP-GLES2.functional.negative_api.state.is_buffer
/external/deqp/android/cts/nyc/
Dgles2-master.txt11579 dEQP-GLES2.functional.negative_api.state.is_buffer
/external/deqp/android/cts/mnc/src/
Dgles2-master.txt11697 dEQP-GLES2.functional.negative_api.state.is_buffer
Dgles3-master.txt38471 dEQP-GLES3.functional.negative_api.state.is_buffer
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles2-master.txt11621 dEQP-GLES2.functional.negative_api.state.is_buffer
Dgles3-master.txt38471 dEQP-GLES3.functional.negative_api.state.is_buffer
/external/deqp/android/cts/master/
Dgles2-master.txt11842 dEQP-GLES2.functional.negative_api.state.is_buffer
Dgles3-master.txt40457 dEQP-GLES3.functional.negative_api.state.is_buffer
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/
Dgles2-master.txt13552 dEQP-GLES2.functional.negative_api.state.is_buffer
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles2-master.txt13548 dEQP-GLES2.functional.negative_api.state.is_buffer
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles2-master.txt14248 dEQP-GLES2.functional.negative_api.state.is_buffer
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/
Dgles2-master.txt14331 dEQP-GLES2.functional.negative_api.state.is_buffer
/external/deqp/android/cts/lmp/src/
Des30-lmp.txt35297 dEQP-GLES3.functional.negative_api.state.is_buffer
/external/deqp/android/cts/lmp-mr1/
Dgles3-master.txt35375 dEQP-GLES3.functional.negative_api.state.is_buffer
/external/deqp/android/cts/lmp/
Dgles3-master.txt35297 dEQP-GLES3.functional.negative_api.state.is_buffer
/external/deqp/android/cts/lmp-mr1/src/
Des30-lmp-mr1.txt35375 dEQP-GLES3.functional.negative_api.state.is_buffer

12